Feature #94206
closedadditionalWhere for getting Tree in PagesXmlSitemapDataProvider
100%
Description
I like to be able to exclude parts of the page tree completely in sitemap.xml without setting (for example) no_index=1 on every page.
Proposal
plugin.tx_seo { config { xmlSitemap { sitemaps { pages { provider = TYPO3\CMS\Seo\XmlSitemap\PagesXmlSitemapDataProvider config { additionalWhereTree = AND uid NOT IN ({$constant.list.with.pageUids}) } } } } } }
The new option additionalWhereTree needs to be passed to $cObj->getTreeList() in getPages()
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69328
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69328
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69328
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69328
Updated by Gerrit Code Review over 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69328
Updated by Christoph Lehmann over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 58042b06373ea7d40ae05d5dd417f517950666c1.