# Sitemap Audit

> Audit sitemap health and coverage across all submitted sitemaps. Use when asked about sitemap issues, submitted vs. indexed counts, or sitemap errors. Aussi déclenché en français par "mon sitemap est à jour", "problème de sitemap", "pourquoi les URLs de mon sitemap sont pas indexées", "combien d'URLs soumises contre indexées", "mon plan de site".

- Skill: `florianbruniaux/sitemap-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add florianbruniaux/sitemap-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/florianbruniaux/sitemap-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: FlorianBruniaux (https://skillmd.com/u/florianbruniaux)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/florianbruniaux/sitemap-audit

---


# Sitemap Audit

Audit all submitted sitemaps for a property and identify coverage gaps and errors.

## Steps

1. Call `list_properties` to confirm the exact `site_url`.
2. Call `list_sitemaps` to get all submitted sitemaps with their last download date, submitted URL count, and indexed URL count.
3. Call `sitemap_audit` for a detailed health report on each sitemap.
4. Call `check_indexing_issues` to compare sitemap submissions against actual indexed page counts across the property.
5. Flag any sitemap where the gap between submitted and indexed exceeds 20% as a priority issue.

## Output format

**Sitemap inventory table**: Sitemap URL | Type | Submitted | Indexed | Gap % | Last downloaded | Status

**Issues list** sorted by severity:
- Critical: sitemaps returning 404, parse errors, or not loading
- High: submitted/indexed ratio below 80%
- Medium: last downloaded more than 7 days ago (Google not re-fetching)
- Low: sitemaps with low coverage but low traffic impact

**Recommendations**: for each issue, one concrete action (re-submit, fix the URL, split the sitemap into smaller files, remove orphan URLs).

