AI Crawlability

Your robots.txt Was Written for Google. AI Crawlers Read It Differently.

By Samar Pratap Singh · 11 min read · 4 June 2026

One pattern that keeps appearing across technical audits is this: a website with genuinely useful content, well-structured pages, and a sensible robots.txt file is largely invisible across AI-generated answers. Not suppressed. Not penalised. Just absent.

When we dig into the configuration, the story usually becomes clear. The robots.txt was last edited three years ago. It blocks a handful of bots by name. The sitemap lists 400 URLs including thank-you pages, login redirects, and archived press releases. And the site has no llms.txt, no signal that tells an AI system where to find the content that actually matters. This is an AI crawlability problem.

What Is AI Crawlability?

Your website is the shop. AI crawlers are the directory service. robots.txt tells them which rooms they are allowed to enter. Your sitemap tells them which floors matter most. And llms.txt is the note you leave at reception explaining who you are, what you do, and where to find your most important information. A business with brilliant products but a locked door, a misfiled listing, and no reception note does not appear in the directory. It is not penalised. It is simply absent.

What We Found When We Looked

Zaillor ran a crawlability audit across a cohort of small and medium businesses, startups, and independent brands, primarily based in India. Audit findings: robots.txt present on 69.6% of sites (30.4% missing or unreachable). sitemap.xml present on 58.0% of sites (42.0% missing or unreachable). llms.txt present on only 25.9% of sites (74.1% not implemented). All three in place: only 25.0% of sites. 28.6% of websites had none of the three files in place at all. 31.2% had both robots.txt and a sitemap but still no llms.txt — one file away from a complete AI crawlability stack.

The Infrastructure Has Changed. Most Websites Have Not.

For two decades, the crawler landscape was simple and predictable. One major crawler (Googlebot) arrived, read your robots.txt, followed your sitemap, and indexed what you let it see. AI search platforms now send multiple different crawlers, and each one has a different job. OpenAI alone runs three of them. Anthropic, Google, Perplexity, and others all operate similar multi-crawler systems.

Blocking AI crawlers entirely is not the straightforward solution it might appear to be. A study of 4 million AI citations found that 70.6% of sites blocking ChatGPT-User still appeared in AI-generated answers (BuzzStream / XOFU Citation Study, March 2026). Blocking AI access hurts your traffic without reliably removing you from AI answers.

AI search visits grew 42.8% year-over-year, Q1 2025 to Q1 2026 (Contently, May 2026). Publishers who blocked AI crawlers via robots.txt saw a 23.1% traffic decline (Rutgers / Wharton, December 2025). Real-time retrieval crawler traffic grew 15x year-over-year (Cloudflare 2025 Year in Review).

How AI Crawlability Actually Works

Training Crawls: Building the AI's Memory

These are large, periodic sweeps of the web that feed into AI model training. GPTBot and ClaudeBot are the main ones. They read your content and it becomes part of what the AI understands about your industry, your brand, and the topics you cover. Blocking these crawlers stops new information about you from entering future model versions. Cloudflare data shows Anthropic's training crawlers visited approximately 13,500 pages for every single referral they sent back.

Search Index Crawls: What AI Searches When You Ask It Something

Bots like OAI-SearchBot, Claude-SearchBot, and PerplexityBot build the searchable index that AI platforms draw from when answering a query. Your robots.txt and sitemap directly affect what these bots can access and index. If your most important pages are accidentally excluded here, they simply will not appear when AI platforms search their index for relevant content.

Real-Time Retrieval: What Happens When Someone Asks Right Now

When a user asks ChatGPT or Claude a question, a retrieval bot (ChatGPT-User, Claude-User, Perplexity-User) may fetch a specific page from your website in that exact moment to get the most current answer. This is the most commercially important category. If that page is blocked by your robots.txt, the AI cannot retrieve it. Real-time retrieval crawler traffic grew 15x year-over-year (Cloudflare 2025 Year in Review).

robots.txt: The Most Neglected File on Your Website

Most people set up robots.txt once, years ago, and never looked at it again. In 2026, a complete AI-aware robots.txt needs to account for at least twelve different bots across OpenAI, Anthropic, Google, Perplexity, and others. A 2023 file is almost certainly incomplete. The retrieval bots (ChatGPT-User, Claude-User, PerplexityBot) are the ones that directly affect what AI says about you in real time. Worth noting: Perplexity has been documented using crawlers that change their identity to avoid detection and bypass robots.txt rules (Cloudflare, August 2025). Server-level rules are the only reliable control.

sitemap.xml: A Priority Signal, Not Just a Page List

AI systems appear to use sitemaps for something slightly different than traditional search engines: understanding which pages you consider most important. If your sitemap lists 600 URLs including your login page, old campaign landing pages, thank-you screens, and internal admin sections, it gives AI crawlers no signal about what actually represents your business. A cleaner sitemap correlates with more accurate AI representation. Many sites now load their content using JavaScript, which means the page appears blank until a user's browser runs the code. Some AI crawlers do not run JavaScript. They fetch the page, see nothing useful, and move on.

llms.txt: The Newest Signal, and the Most Misunderstood

llms.txt is a relatively new idea, proposed in late 2024. It is a simple text file, written in Markdown, that you place at the root of your website. Its purpose is to give AI systems a curated, plain-language summary of what your website contains and where the most important content lives. By 2026, llms.txt has become standard practice in developer tooling. AI coding assistants including Cursor, GitHub Copilot, and Claude Code regularly fetch it. The cost of implementing llms.txt is low and the potential upside is real. Treat it as one part of a broader configuration, not as a shortcut that replaces getting robots.txt and sitemap.xml right first.

What You Should Do Now

Step 1: Audit what you currently have. Which AI crawlers are listed in robots.txt? Which paths are accidentally blocked? When was the sitemap last updated?

Step 2: Think about crawlers by what they do, not just who they are. The retrieval bots — ChatGPT-User, Claude-User, PerplexityBot — are the ones most directly connected to what AI says about you today. These generally warrant clear allow rules on your most important pages.

Step 3: Clean up your sitemap and consider adding llms.txt. Remove pages from your sitemap that do not represent your brand at its best: redirects, old campaign pages, admin sections, login screens. What remains should be the pages you most want AI systems to read and associate with you.

The Bottom Line

The robots.txt most websites have in production was configured for a world that no longer exists. AI crawlers in 2026 are not one bot with one purpose. Our audit data found that only one in four websites has all three foundational files in place. More than half have sitemaps with no date information. Nearly three in ten have nothing configured at all.

Frequently Asked Questions

Does robots.txt stop AI systems from citing my content?
Not reliably. Research across 4 million AI citations found that 70.6% of sites blocking ChatGPT-User still appeared in AI-generated answers. Blocking AI crawlers stops new information from entering future model training. What it does affect is whether real-time retrieval bots can fetch current, accurate information about you when a user asks a question today.
What is the difference between GPTBot and ChatGPT-User?
GPTBot collects training data for future AI model versions. ChatGPT-User fetches a specific page at the exact moment a user asks a question that requires current information. Blocking GPTBot keeps your content out of future training. Blocking ChatGPT-User means real-time answers about you will draw from older, potentially inaccurate sources.
Is llms.txt worth implementing in 2026?
For most websites, yes. The implementation cost is low: a single Markdown file that summarises your site and highlights your most important pages. Developer AI tools already read it. Treat it as a useful signal rather than a guaranteed mechanism.
How often should robots.txt be reviewed?
A quarterly review is a sensible minimum. Any major AI platform release, or any significant change to your own site architecture, is a good trigger for an immediate review. A file written in 2022 or 2023 is almost certainly incomplete for today's landscape.
Can a poor sitemap actually reduce AI visibility?
It can make accurate AI representation harder to achieve. A sitemap that lists hundreds of low-value URLs provides no prioritisation signal. Our audit data showed that more than half the sitemaps reviewed carried no date information at all.

Get Your Free AI Crawlability Audit