diff --git a/static/_headers b/static/_headers index e183d75..d8b14f8 100644 --- a/static/_headers +++ b/static/_headers @@ -4,4 +4,38 @@ # 阻止搜索引擎索引图片,但允许在搜索结果中显示(如果它们被其他页面引用) /images/* - X-Robots-Tag: noimageindex \ No newline at end of file + X-Robots-Tag: noimageindex + +# ----------------------------------------------------------------- +# 添加的 noindex 规则 (Added noindex rules) +# ----------------------------------------------------------------- + +# 分类页面 (Categories Pages) +/categories/ + X-Robots-Tag: noindex +/en/categories/ + X-Robots-Tag: noindex +/fr/categories/ + X-Robots-Tag: noindex +/ja/categories/ + X-Robots-Tag: noindex + +# 隐私政策页面 (Privacy Policy Pages) +/privacy-policy/ + X-Robots-Tag: noindex +/en/privacy-policy/ + X-Robots-Tag: noindex +/fr/privacy-policy/ + X-Robots-Tag: noindex +/ja/privacy-policy/ + X-Robots-Tag: noindex + +# 服务条款页面 (Terms of Service Pages) +/terms-of-service/ + X-Robots-Tag: noindex +/en/terms-of-service/ + X-Robots-Tag: noindex +/fr/terms-of-service/ + X-Robots-Tag: noindex +/ja/terms-of-service/ + X-Robots-Tag: noindex