`none` only works for google. `noindex, nofollow` woks for all search engines
parent
40dc891347
commit
973b85f8cc
|
@ -32,7 +32,7 @@ https://[YOUR-DOMAIN]:443 {
|
|||
# Disallow the site to be rendered within a frame (clickjacking protection)
|
||||
X-Frame-Options "DENY"
|
||||
# Prevent search engines from indexing (optional)
|
||||
X-Robots-Tag "none"
|
||||
X-Robots-Tag "noindex, nofollow"
|
||||
# Disallow sniffing of X-Content-Type-Options
|
||||
X-Content-Type-Options "nosniff"
|
||||
# Server name removing
|
||||
|
|
Loading…
Reference in New Issue