# Fix: /sitemap.xml present

> Web-audit fix skill for the `sitemap` check (Discoverability, MAY).

## Goal

Publish sitemap.xml so agents can enumerate your content URLs.

## Fix

Publish a `sitemap.xml` so crawlers and agents can enumerate your content URLs instead of
discovering them by following links. Keep it generated so it stays current.

## Resources

- [sitemaps.org](https://www.sitemaps.org/protocol.html)

## Copy-paste prompt

Paste this into your coding agent, replacing the Issue line with the Result line from [your audit](https://anc.dev/web-audit):

```text
Goal: Publish sitemap.xml so agents can enumerate your content URLs
Issue: <the audit's finding for this check>
Fix: Publish a `sitemap.xml` so crawlers and agents can enumerate your content URLs instead of discovering them by following links. Keep it generated so it stays current.
Skill: https://anc.dev/web-audit/skill/sitemap
Docs: https://www.sitemaps.org/protocol.html
```

## Verify

Re-run the audit at [https://anc.dev/web-audit](https://anc.dev/web-audit) or call the `audit_website` MCP tool; the `sitemap` check should report `pass`.
