sitemap-audit
Audit website sitemaps for AEO optimization opportunities. Use when analyzing site structure, checking indexed URLs, planning content migrations, or when user mentions "sitemap", "site structure", "URL audit", "page inventory", or "content migration".
npx skills add majiayu000/claude-skill-registry --skill sitemap-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Sitemap Audit for AEO This skill provides methodology for auditing website sitemaps to identify AEO optimization opportunities, content gaps, and migration planning. ## Why Sitemaps Matter for AEO 1. **Crawl Discovery** - LLMs/crawlers use sitemaps to find content 2. **Content Inventory** - Reveals what pages exist vs. what's missing 3. **URL Structure** - Poor slugs hurt LLM understanding 4. **Junk Detection** - Test pages, drafts pollute index 5. **Migration Planning** - Required for language/structure changes ## Sitemap Audit Process ### Step 1: Find All Sitemaps Check these locations: ``` /sitemap.xml /sitemap_index.xml /sitemap-index.xml /wp-sitemap.xml (WordPress default) /page-sitemap.xml /post-sitemap.xml /robots.txt (often lists sitemap URL) ``` ### Step 2: Fetch & Parse Each Sitemap For sitemap index, extract all child sitemaps: ```xml <sitemap> <loc>https://example.com/page-sitemap.xml</loc> </sitemap> ``` For regular sitemaps, extract all URLs: ```xml <url> <loc>https://example.com/page/</loc> <lastmod>2024-01-01</lastmod> </url> ``` ### Step 3: Categorize URLs | Category | Examples | AEO Priority | |----------|----------|--------------| | **Core Pages** | /, /about/,
- Why Sitemaps Matter for AEO
- Sitemap Audit Process
- Step 1: Find All Sitemaps
- Step 2: Fetch & Parse Each Sitemap
- Step 3: Categorize URLs
- Step 4: Identify Issues
- Step 5: URL Audit Checklist
- Migration Planning Template
- Multilingual Sitemap Considerations
- Output Format
- Quick Reference
What does the sitemap-audit skill do?
Audit website sitemaps for AEO optimization opportunities. Use when analyzing site structure, checking indexed URLs, planning content migrations, or when user mentions "sitemap", "site structure", "URL audit", "page inventory", or "content migration".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill sitemap-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
