From e4529ffd01d4497752c25997c7aba5958253dce6 Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Sat, 1 Nov 2014 12:08:13 +0100 Subject: [PATCH] Exclude page also from search engine index if no_search is set to the page - fixes #69 --- Configuration/TypoScript/setup.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt index 3d171818a..1e8e6cfc4 100644 --- a/Configuration/TypoScript/setup.txt +++ b/Configuration/TypoScript/setup.txt @@ -423,6 +423,15 @@ page { } +################################################### +#### EXCLUDE PAGE FROM EXTERNAL SEARCH RESULTS #### +#### IF NO SEARCH IS SET FOR THIS PAGE #### +################################################### +[globalVar = TSFE:page|no_search = 1] +page.meta.robots = noindex,follow +[end] + + ############################################# #### INCLUDE RESPOND JS FOR IE DINOSAURS #### #############################################