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
Sudhir Singh
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
Sudhir Singh
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 →
📖
Technical11 min read

The AEO Glossary: 25 Terms Every AI Search Practitioner Should Know

This is the first entry in a new reference series. Rather than another explainer, this is a working glossary — short, direct definitions for the terms that come up constantly across AI search, AEO, and GEO discussions, each linked to a deeper guide where one exists on this blog.

SS
Jul 27, 2026
🗺️
Technical9 min read

Sitemap Strategy for AI Crawlers: The Technical Layer Most AEO Audits Skip

Server log analysis across a meaningful sample of sites found GPTBot referencing sitemaps on roughly three out of four initial domain visits, compared to just over half for Googlebot. PerplexityBot showed an even stronger dependency, crawling sitemap-listed URLs several times more often than equivalent pages it found only through links. Most sitemaps are still built entirely around Google.

SS
Jul 22, 2026
📅
Technical8 min read

Event Schema for AEO: Why Your Conference or Webinar Needs Structured Data Now

Google's own list of schema types still worth investing in after its 2026 rich-result cleanup names Event alongside JobPosting as one of the categories that maps to genuine, ongoing business use rather than SERP-gaming. Most companies running webinars and conferences have never implemented it.

SS
Jul 20, 2026
🕷️
Technical7 min read

Google-CloudVertexBot and the New AI Crawlers Your robots.txt Was Never Configured For

Google added Google-CloudVertexBot to its official list of crawlers in 2026 — a new user-agent specifically for sites owners that build Vertex AI Agents and want that agent crawling their own site on their behalf. It is one of a growing list of newer, purpose-specific AI crawlers most robots.txt files have simply never been updated to address at all.

SS
Jul 17, 2026
Get AEO updates weekly.

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