diff --git a/public/.htaccess b/public/.htaccess index 4d8275a30e84..110fbcb509ef 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -24,3 +24,8 @@ # you have to enable the following line: # RewriteBase / + + + # Blocks Search Engine Indexing + Header set X-Robots-Tag "noindex, nofollow" + \ No newline at end of file