docs(COMMENT): explain robots tag better

This commit is contained in:
Asif Bacchus 2021-01-05 16:56:49 -07:00
parent edb23271ab
commit 5433019e2f
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ add_header X-Permitted-Cross-Domain-Policies none;
add_header X-UA-Compatible "IE=edge";
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Robots-Tag none;
# prevent search engines from indexing sites on this server
# comment the line below if you are running public sites!
add_header X-Robots-Tag none;