From f281f15788743b328341e9356ba627decf64de22 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 16 Sep 2026 16:28:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(seo):=20=E5=9B=BA=E5=8C=96=20m.tkmind.cn?= =?UTF-8?q?=20=E7=99=BE=E5=BA=A6=E9=AA=8C=E8=AF=81=E3=80=81=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E4=B8=8E=20sitemap=20=E5=8E=BB=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 让 Portal 首页稳定注入站长验证 meta,并提供 sitemap 批量推送脚本与 LaunchAgent 安装入口;sitemap/llms 对同页优先保留 /u/ canonical URL。 Co-authored-by: Cursor --- index.html | 1 + mindspace-baidu-site-verification.mjs | 19 ++ mindspace-baidu-site-verification.test.mjs | 24 ++ mindspace-seo-discovery-service.mjs | 33 ++- mindspace-seo-discovery-service.test.mjs | 39 ++++ public/baidu_verify_codeva-32NHQfJ8qL.html | 1 + scripts/install-baidu-sitemap-push-agent.sh | 69 ++++++ scripts/push-baidu-sitemap.mjs | 208 ++++++++++++++++++ scripts/run-baidu-sitemap-push-prod.sh | 19 ++ server/portal-static-delivery-routes.mjs | 40 +++- server/portal-static-delivery-routes.test.mjs | 16 +- 11 files changed, 459 insertions(+), 10 deletions(-) create mode 100644 mindspace-baidu-site-verification.mjs create mode 100644 mindspace-baidu-site-verification.test.mjs create mode 100644 public/baidu_verify_codeva-32NHQfJ8qL.html create mode 100755 scripts/install-baidu-sitemap-push-agent.sh create mode 100644 scripts/push-baidu-sitemap.mjs create mode 100755 scripts/run-baidu-sitemap-push-prod.sh diff --git a/index.html b/index.html index 3b9e4a3..c39e425 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ +