From a8b3a73c67b324efc68e5ac796d43b29ce624928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 7 Oct 2020 16:54:59 +0200 Subject: [PATCH] Ignore shortcuts in xml sitemap --- .../ep_theme/Configuration/TypoScript/Extensions/Seo.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Seo.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Seo.typoscript index 4f318162..57d35a7c 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Seo.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Seo.typoscript @@ -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 } }