TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _feature-94206:
|
||||
|
||||
============================================================================
|
||||
Feature: #94206 - Add excludePagesRecursive option to XML sitemap generation
|
||||
============================================================================
|
||||
|
||||
See :issue:`94206`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
With this option you can exclude pages recursively in the XML sitemap:
|
||||
|
||||
.. code-block:: typoscript
|
||||
|
||||
plugin.tx_seo {
|
||||
config {
|
||||
xmlSitemap {
|
||||
sitemaps {
|
||||
pages {
|
||||
config {
|
||||
# comma-separated list of page UIDs which should be excluded recursively
|
||||
excludePagesRecursive = 2,3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
The new option enables integrators to easily exclude pages recursively in the XML sitemap
|
||||
|
||||
.. index:: ext:seo
|
||||
Reference in New Issue
Block a user