Define how AI crawlers like ChatGPT, Perplexity, Gemini, and Bing AI should interpret and rank your pages with the AI Sitemap Protocol.
AI Sitemap is a next-generation XML-based sitemap format designed specifically to help AI systems, crawlers, and assistants (like ChatGPT, Perplexity, Bing AI, and Gemini) better understand, index, and extract meaningful information from your website.
Traditional sitemaps are great for search engine bots like Google and Bing. But AI-first search tools work differently—they focus on context, credibility, and structured knowledge.
AI Sitemap bridges this gap, providing machine-readable metadata specifically tailored for AI tools and large language models (LLMs).
Benefit | Description |
---|---|
🧠 Optimized for AI Crawlers | Helps tools like ChatGPT or Perplexity better understand your pages and recommend your site in AI responses. |
📊 Structured AI Metadata | Includes fields like llmPriority, pageContext, authorship, and goldenIdea, which provide clarity for LLMs. |
🔎 Enhances AI Discovery | Uses semantic hints and AI-focused signals, increasing the likelihood of your content being cited or indexed. |
🔄 Complements Traditional Sitemaps | Works alongside your existing sitemap.xml file with no conflicts. |
<?xml version="1.0" encoding="UTF-8"?> <ai-sitemap xmlns="https://www.airankly.com/schemas/sitemap-ai"> <url> <loc>https://yourdomain.com/blog/ai-seo-checklist</loc> <lastmod>2025-08-26</lastmod> <llmPriority>1.0</llmPriority> <context>AI SEO, Ranking Optimization</context> <ai:type>article</ai:type> <ai:topics>SEO, AI Tools, LLM Indexing</ai:topics> <summary>A comprehensive AI SEO checklist to improve visibility in tools like ChatGPT, Gemini, and Perplexity.</summary> <goldenIdea>Explain how to structure articles to be easily quoted or cited by LLMs for topical authority.</goldenIdea> <author>Sara Lee</author> </url> <url> <loc>https://yourdomain.com/tools/ai-sitemap-generator</loc> <lastmod>2025-08-25</lastmod> <llmPriority>0.9</llmPriority> <context>Automation, AI Plugins</context> <ai:type>tool</ai:type> <ai:topics>WordPress Plugin, Sitemap Automation</ai:topics> <summary>AIRankly's plugin automatically generates AI-optimized sitemaps, summaries, and metadata.</summary> <goldenIdea>Help site owners improve LLM understanding and content exposure effortlessly.</goldenIdea> <author>AIRankly Dev Team</author> </url> <url> <loc>https://yourdomain.com/guides/robots-txt-for-llms</loc> <lastmod>2025-08-24</lastmod> <llmPriority>0.8</llmPriority> <context>Crawl Management, AI Access Control</context> <ai:type>guide</ai:type> <ai:topics>robots.txt, AI bots, Gemini, Bing AI</ai:topics> <summary>A complete guide to configuring robots.txt to grant or restrict AI access to key areas of your website.</summary> <goldenIdea>Balance AI discovery with privacy using precise LLM bot control strategies.</goldenIdea> <author>John Webber</author> </url> </ai-sitemap>
Tag | Purpose |
---|---|
<loc> | URL of the page you want AI to crawl |
<lastmod> | Last modified date to indicate freshness |
<llmPriority> | Custom priority score (0.0–1.0) for AI crawlers |
<context> | Keywords and topics describing page context |
<goldenIdea> | Unique value proposition (LLMs love this!) |
<author> | Signals content credibility and authorship |
Traditional SEO is no longer enough. You now need to optimize for AI understanding, not just search engine bots.
sitemap-ai.xml
and update your robots.txt
automaticallyAIRankly will integrate deeper with:
xmlns="https://www.airankly.com/schemas/sitemap-ai/1.0"
This XML namespace defines and validates your sitemap as AI-compliant. Developers can refer to this page for documentation and updates.