agent-ready-sitemap

Implement and validate a standards-compliant XML sitemap with robots.txt reference.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-sitemap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ready-sitemap
Source: https://github.com/fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/sitemap
Command: npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-sitemap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that a website publishes a valid XML sitemap so search engines and AI agents can reliably discover its public pages.

Core Features & Use Cases

  • Sitemap Implementation: Create and serve sitemap.xml at the site root with an HTTP 200 response.
  • Canonical Page Discovery: List canonical URLs for publicly accessible pages using the Sitemaps protocol.
  • Maintenance Guidance: Keep sitemap entries synchronized with published or removed content and reference the sitemap from robots.txt.
  • Validation: Scan the website and verify that its sitemap discoverability check passes.

Quick Start

Use the agent-ready-sitemap skill to implement and validate a sitemap.xml for the target website.

Frequently Asked Questions about agent-ready-sitemap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a valid XML sitemap for search engine discovery?

To create a valid XML sitemap, list canonical URLs for publicly accessible pages using the Sitemaps protocol, serve sitemap.xml at the site root with an HTTP 200 response, and ensure the XML is standards-compliant for search engines to reliably discover your content.

What's the best way to expose canonical URLs to AI agents and search engines?

The best way to expose canonical URLs is by publishing a valid sitemap.xml file at the website root. This lists public pages using the Sitemaps protocol, ensuring search engines and AI agents can reliably discover and access your content.

How do I reference a sitemap from robots.txt for site discoverability?

To reference a sitemap from robots.txt, add the sitemap directive pointing to your sitemap.xml URL. This synchronizes your site discoverability configuration, ensuring search engines and AI agents can locate the canonical public URLs you expose.

Why does my sitemap discoverability check fail when serving XML?

Your sitemap discoverability check fails if sitemap.xml is not served at the site root with an HTTP 200 response, if the XML is not standards-compliant, if canonical URL entries are missing, or if the sitemap is not referenced from robots.txt.

Do I need to update my sitemap when pages are published or removed?

Yes, you need to keep sitemap entries synchronized with published or removed content. Maintaining accurate canonical URLs in your sitemap.xml ensures search engines and AI agents only discover currently accessible public pages.