SEO & Discoverability Custom Skills · Curated

XML Sitemap Auditor

Reviews an XML sitemap for orphaned, noindexed, or duplicate URLs that shouldn't be there.

What it does

Fetches the sitemap (or sitemap index) and cross-checks every listed URL against its actual indexability: noindex tag, robots.txt block, redirect status, and canonical target. Produces a cleanup list of URLs to remove from the sitemap and, separately, pages that should be in the sitemap but are missing.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/xml-sitemap-auditor/ (or ~/.claude/skills/xml-sitemap-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/xml-sitemap-auditor/

OpenAI Codex

.codex/skills/xml-sitemap-auditor/

Cursor

.cursor/skills/xml-sitemap-auditor/ (or ~/.cursor/skills/xml-sitemap-auditor/ globally)

Compatibility

Any WordPress site with a generated sitemap (from an SEO plugin or WordPress core). Needs read access to the sitemap XML and the pages it lists.