Agent Skills
› nowork-studio/notfair-plugin
› sitemap-audit
sitemap-audit
GitHub用于审计XML站点地图,发现并修复浪费爬取预算和阻碍索引的问题。验证结构、大小限制,交叉检查URL状态(如404、重定向),确保收录页面完整性和lastmod准确性。
Trigger Scenarios
sitemap errors in Search Console
crawl budget
pages not indexed sitemap
Install
npx skills add nowork-studio/notfair-plugin --skill sitemap-audit -g -y
SKILL.md
Frontmatter
{
"name": "sitemap-audit",
"description": "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-link-checker.",
"argument-hint": "<website URL or sitemap URL, e.g. https:\/\/example.com or https:\/\/example.com\/sitemap.xml>"
}
Canonical NotFair workflow
Read ../../seo/sitemap-audit/SKILL.md completely, then follow it as the active workflow. Resolve every relative reference from that file against ../../seo/sitemap-audit/.
Version History
- 8d9d54b Current 2026-08-19 23:14


