Merge pull request #1622 from robwent/develop

Moves noindex header into conditional block
This commit is contained in:
Hillel Coren 2017-08-16 17:17:00 +03:00 committed by GitHub
commit 7285f46e26

View File

@ -24,3 +24,8 @@
# you have to enable the following line:
# RewriteBase /
</IfModule>
<IfModule mod_headers.c>
# Blocks Search Engine Indexing
Header set X-Robots-Tag "noindex, nofollow"
</IfModule>