Bug #91670
openNot possible to exclude "mountpoints" from sitemap using "excludedDoktypes"
0%
Description
It seems impossible to exclude "mountpoints" (doktype=7) from sitemap generation:
plugin.tx_seo.config.xmlSitemap.sitemaps.pages.config.excludedDoktypes = 3, 4, 6, 7, 199, 254, 255
The mounted pages are still included (for both "mount_pid_ol=0" and "mount_pid_ol=1"). In my case pages from a different site (domain) are mounted, don't know if this matters...
In addition (but maybe this is a desired behaviour because of seo aspects), the mounted pages are prefixed with the foreign domain (site) in sitemap, although in frontend all mounted pages are below the current domain (site).
Updated by Christian Weiske 10 months ago
- Related to Bug #100102: Wrong mount point pages in PagesXmlSitemapDataProvider added
Updated by Christian Weiske 10 months ago
Mount point handling is severely broken, see #100102.
This bug here stems from the problem that $pageRepository->getDescendantPageIdsRecursive()
already resolves mount point targets and never returns the page IDs of the actual mount points, making it impossible to filter them out.
Updated by Markus Klein 3 months ago
- Related to Bug #101045: ext:seo sitemap ignores the fact that pages doktype is localizable added