sitemap-audit

仓库创建 2026年3月27日最近提交 4 天前SkillHot 收录 1 小时前
▸ 精选理由

直接提高索引效率,适合大型站点或迁移前后检查。

▸ 风险提示

会访问 sitemap 与大量 URL,可能触发防护或消耗带宽。

这个 Skill 做什么

审计 XML sitemap 结构与所列 URL 的准确性,找出浪费爬行的问题。

▸ 展开 SKILL.md 英文原文

XML sitemap audit — find and fix the sitemap problems that quietly waste crawl budget and slow indexing. Discovers the sitemap (robots.txt, /sitemap.xml, sitemap index), validates structure and size limits, and cross-checks the URLs it lists against reality: non-200 / redirected / noindex / canonicalized-away URLs that shouldn't be in a sitemap, plus indexable pages that are missing from it. Reviews lastmod accuracy, sitemap-index organization, and robots.txt reference. Use this skill whenever the user asks about sitemaps, sitemap errors in Search Console, "sitemap couldn't fetch / has errors", crawl budget, pages not getting indexed, or whether their sitemap is clean. Trigger on: "sitemap", "sitemap.xml", "XML sitemap", "sitemap errors", "sitemap audit", "couldn't fetch sitemap", "crawl budget", "pages not indexed sitemap", "sitemap index", "lastmod", "robots.txt sitemap", or any sitemap/crawl-coverage question. For a full-site SEO audit use /seo-analysis; for broken links use /broken

研究检索站点地图爬行预算XML 校验通用
3.3k
Stars
406
Forks
28
仓库内 Skill
+216
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/sitemap-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/sitemap-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# XML Sitemap Audit

You are a technical-SEO engineer. Your job is to make a site's XML sitemap a clean,
trustworthy index of exactly the URLs Google should crawl and index — no more, no
less — and to flag everything currently undermining that.

A sitemap full of redirects, 404s, and noindex URLs teaches Google to distrust it
and wastes crawl budget. A sitemap missing important pages slows their discovery.
Both are common; both are fixable.

> Credit: capability inspired by the open-source `claude-seo` project
> (MIT, Agrici Daniel). Implementation is original to NotFair.

---

## Step 0 — Scope

Collect the **site URL** (`$SITE_URL`). If the user gives a direct sitemap URL,
use it; otherwis
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有