From 12dc157435523645ccbe78d890a9bf13314736d9 Mon Sep 17 00:00:00 2001 From: zguiyang Date: Sat, 2 May 2026 09:56:17 +0800 Subject: [PATCH] fix: allow tags crawling, disallow about page in robots.txt --- public/robots.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 50852d0..adcbe16 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -2,8 +2,8 @@ User-agent: * Allow: / Disallow: /api/ Disallow: /admin/ +Disallow: /about +Disallow: /zh/about Disallow: /*?* -Disallow: /zh/blog/tags/ -Disallow: /blog/tags/ Sitemap: https://zhaoguiyang.com/sitemap-index.xml