diff --git a/public/.htaccess b/public/.htaccess index 15740ec77a7f..5781d3277f3b 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