# Agent Ready Sitemap

> Sub-skill de agent-ready-cloudflare: Implement sitemap.xml

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

---

# 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"`.

