llms-txt.exists
llms.txt is published
An llms.txt at a well-known location is
the agent equivalent of a sitemap. It tells AI
ingesters which pages are worth reading and gives them
a single, deterministic starting point for crawling.
GET /llms.txt, then
/.well-known/llms.txt, then
/docs/llms.txt. Any 2xx response
passes. Falls back to the llms-full.txt
variants before failing.
Publish a plain-text llms.txt at your
site root (or under /.well-known/) listing
the pages worth reading. The format is intentionally
simple: markdown links, headings, or free text. No HTML
parser needed.