Ignore shortcuts in xml sitemap

This commit is contained in:
Björn Fromme
2020-10-07 16:54:59 +02:00
parent d4dee586ef
commit a8b3a73c67
@@ -7,7 +7,7 @@ plugin.tx_seo {
sitemaps {
pages {
config {
excludedDoktypes = 1701,1702,1803
excludedDoktypes = 4,1701,1702,1803
additionalWhere = AND pid NOT IN ({$plugin.tx_eptheme.settings.bookingLinksPid}) AND no_index = 0
}
}