agent-ready-sitemap · git:20260716.c5d769e · 2026-07-16 · sha256 207cf0ad5070cba6
agent-ready-sitemap git:20260716.c5d769eA
Immutable. This exact content is served forever at /api/v1/blob/207cf0ad5070cba6.
---
name: agent-ready-sitemap
description: >
Sub-skill de agent-ready-cloudflare: Implement sitemap.xml
---
# Implement sitemap.xml
Publish an XML sitemap at your site root per the
[Sitemaps protocol](https://www.sitemaps.org/protocol.html).
## Requirements
- Serve `/sitemap.xml` as valid XML with HTTP 200
- List canonical `<url><loc>` entries for your public pages
- Keep it updated when content is published or removed
- Reference it from robots.txt: `Sitemap: https://example.com/sitemap.xml`
## Validate
```
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
```
Check that `checks.discoverability.sitemap.status` is `"pass"`.