From 9f2d08fe321f175ea7a5fcae2aa84ca343f97557 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 19 Aug 2020 23:06:24 +0200 Subject: [PATCH] Ignore pages in RSS feed that should not be indexed --- Configuration/TypoScript/Setup/RssFeed.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Setup/RssFeed.typoscript b/Configuration/TypoScript/Setup/RssFeed.typoscript index dc7400f..c94a35d 100644 --- a/Configuration/TypoScript/Setup/RssFeed.typoscript +++ b/Configuration/TypoScript/Setup/RssFeed.typoscript @@ -13,7 +13,7 @@ plugin.tx_seo { table = pages sortField = lastUpdated lastModifiedField = tstamp - additionalWhere = AND (no_index = 0 OR no_follow = 0) + additionalWhere = AND no_index = 0 pid = {$pageUids.blogPosts} recursive = 3 template = RssFeed