From 68d2a241d9044e0d4a9c524e57710de143094155 Mon Sep 17 00:00:00 2001 From: Johannes Kreiner <johannes@sgalinski.de> Date: Wed, 30 Aug 2017 16:48:44 +0200 Subject: [PATCH] [TASK] Disable indexing of Newsfeed page types --- Configuration/TypoScript/Frontend/setup.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration/TypoScript/Frontend/setup.txt b/Configuration/TypoScript/Frontend/setup.txt index 6917a7e..9bdc8aa 100644 --- a/Configuration/TypoScript/Frontend/setup.txt +++ b/Configuration/TypoScript/Frontend/setup.txt @@ -33,6 +33,7 @@ newsFeed { additionalHeaders = Content-type:text/xml no_cache = 1 xhtml_cleaning = 0 + index_enable = 0 } } -- GitLab