NotionCue
AI Visibility Platform
All systems live
Sign in →
AEO Guidellms.txt GeneratorRobots.txtBLUF TemplatesBlogChangelogAbout
← Blog
TechnicalMay 14, 2026·10 min read

llms.txt: the complete technical guide to AI crawler permissions in 2026

Which bots respect it, which ignore it, what format actually works, and why getting this wrong can silently exclude you from AI training pipelines.

SS
Apurva Mishra
Technical Lead · NotionCue
🔬

What is llms.txt?

llms.txt is a plain text file placed at the root of your domain that communicates crawl permissions and site metadata to AI language model systems. It is modelled on robots.txt but designed specifically for LLM training pipelines and retrieval-augmented generation systems.

Which AI bots check llms.txt?

  • ClaudeBot (Anthropic), respects llms.txt and robots.txt.
  • PerplexityBot, respects llms.txt and robots.txt. Real-time retrieval; fast to reflect changes.
  • GPTBot (OpenAI), primarily uses robots.txt; llms.txt signals incorporated into training data selection.
  • Google-Extended, respects robots.txt. llms.txt support experimental.
  • Bingbot / Copilot, primarily robots.txt. No confirmed llms.txt support as of Q2 2026.

The correct file format

# llms.txt
Name: Your Site Name
Description: One sentence describing what your site is and who it serves.
Domain: https://yourdomain.com
Contact: [email protected]
Language: en

User-agent: GPTBot
Allow: /
Disallow: /admin

User-agent: PerplexityBot
Allow: /

User-agent: ClaudeBot
Allow: /

Common mistakes

  • Disallowing all bots in robots.txt, robots.txt takes precedence. Fix robots.txt first.
  • Wrong file location, must be at domain root, not in a subdirectory.
  • Missing Name and Description fields, these are used by AI systems to understand site context.
  • Using HTML or JSON format, must be plain text, served as text/plain.

The most common issue in NotionCue audits is a robots.txt that blocks AI crawlers while llms.txt allows them. The robots.txt always wins. Fix robots.txt first, then set llms.txt permissions.

Share this post
Check your AEO score
Scan your domain free — get your AI visibility score across 5 LLMs in 30 seconds.
Scan my site →
SS
Apurva Mishra
Technical Lead · NotionCue

Senior SEO and AEO specialist with 12+ years across e-commerce, global education, and healthcare. Building Notion Cue to track brand citations across ChatGPT, Perplexity, Gemini, and AI Overviews.

View all →
Get AEO updates weekly.

Citation shifts, algorithm changes, and what's actually working.