Skip to content

Commit

Permalink
Exclude page also from search engine index if no_search is set to the…
Browse files Browse the repository at this point in the history
… page - fixes #69
  • Loading branch information
benjaminkott committed Nov 1, 2014
1 parent 0db789b commit e4529ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Configuration/TypoScript/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ####
#############################################
Expand Down

0 comments on commit e4529ff

Please sign in to comment.