The short version
No. llms.txt is an index, not content. It tells a crawler what exists and where, which helps an agent that has already decided to traverse your site and does nothing for the person who wants your actual thinking inside their own assistant. Anthropic, Cloudflare, Supabase, and Vercel all publish one, and the directories tracking adoption list over 780 sites doing the same. That makes it table stakes rather than an edge. The part almost nobody ships is the substance: a downloadable corpus someone loads into a project once and works from offline.
The distinction that matters
There are two different jobs and the discourse keeps merging them.
Discovery is an agent arriving at your site and needing to know what is here. llms.txt, llms-full.txt, a sitemap, and clean markdown representations all serve this. They are maps.
Adoption is a person deciding your thinking should be present in their own assistant, permanently, and needing a file to make that true. Nothing in the llms.txt family serves this. A map is not a thing you load into Claude Projects.
Almost every "AI SEO" checklist covers the first and is silent on the second, which is why so many sites now have an excellent index pointing at content nobody can conveniently take with them.
What this site ships, in order of rarity
Four things, roughly ordered by how few sites do them:
- llms.txt and llms-full.txt. 780+ sites. Table stakes.
- Markdown at every URL. Append
.mdto any path, or sendAccept: text/markdown, per the acceptmarkdown.com convention. Far rarer, and the single most useful one for an agent mid-task. - A 404 that recovers. A nonexistent path returns a real HTTP 404 whose body carries a short map back to the sitemap, llms.txt, and the six main sections. An agent that guessed a URL wrong finds its way instead of dead-ending.
- A corpus. One downloadable markdown file carrying five claims, 41 handbook chapters, 44 agent blueprints, 113 templates, and the whole answer library, each entry a summary with a canonical link. About 194 KB, sized so it fits beside the reader's own work rather than consuming the context window.
The fourth is the one I would argue about. The first three make a site legible to machines passing through. The fourth makes it portable, and portable is what gets cited months later by someone who loaded it once and forgot where it came from, which is exactly why the attribution line lives inside the file and not only on the page.
The honest caveat
None of this is a ranking signal anyone has demonstrated. I ship it because the cost is an afternoon and the failure mode of not shipping it is invisible: you cannot see the assistant that gave up on your site, or the reader who wanted your thinking in their project and had no file to load. Treat the whole category as cheap insurance and an unusually direct way to be useful, not as a growth tactic with a measurable curve.
Sources: llms.txt directory, sites using llms.txt, acceptmarkdown.com, The Falkster Corpus.