From e0584b89ec1d5e5f8b93d6b1530bcbd9194a8918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= Date: Tue, 4 Nov 2025 18:18:00 +0800 Subject: [PATCH] Update _headers --- static/_headers | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/static/_headers b/static/_headers index bea6a89..223b5e6 100644 --- a/static/_headers +++ b/static/_headers @@ -3,18 +3,10 @@ /* X-Robots-Tag: googlebot: index, follow -# 阻止搜索引擎索引图片,但允许在搜索结果中显示(如果它们被其他页面引用) -/images/* - X-Robots-Tag: noimageindex - # Cloudflare 用cdn-cgi网址替换了电子邮件地址 /cdn-cgi/* X-Robots-Tag: noindex -# ----------------------------------------------------------------- -# 添加的 noindex 规则 (Added noindex rules) -# ----------------------------------------------------------------- - # 分类页面 (Categories Pages) /categories/ X-Robots-Tag: noindex @@ -22,12 +14,3 @@ X-Robots-Tag: noindex /ja/categories/ X-Robots-Tag: noindex - -# ----------------------------------------------------------------- -# 新增:禁止抓取和索引 /en 和 /ja 目录 -# (New: Disallow crawling and indexing for /en and /ja directories) -# ----------------------------------------------------------------- -/en/* - X-Robots-Tag: noindex, nofollow -/ja/* - X-Robots-Tag: noindex, nofollow