TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -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