Sub-skill de agent-ready-cloudflare: Implement sitemap.xml
Scanned 9/5/2026
Install to Claude Code
npx -y skills add fabricioctelles/skills --skill sitemap --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sitemap?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fabricioctelles-sitemap)More formats (shields.io, HTML) on the badges page.
---
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"`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!