From 973b85f8ccd5a672668b7dfe4bc0f6c6b61d3b68 Mon Sep 17 00:00:00 2001 From: Nuc1eoN Date: Tue, 25 Apr 2023 17:45:18 +0200 Subject: [PATCH] `none` only works for google. `noindex, nofollow` woks for all search engines --- Caddy-2.x-with-Cloudflare-DNS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddy-2.x-with-Cloudflare-DNS.md b/Caddy-2.x-with-Cloudflare-DNS.md index 5f85e08..f47cd83 100644 --- a/Caddy-2.x-with-Cloudflare-DNS.md +++ b/Caddy-2.x-with-Cloudflare-DNS.md @@ -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