Common Crawl checked 584,107 llms.txt files. Most of them are not doing what site owners think.

A new Common Crawl analysis, published September 8, 2026, is the largest look yet at what is actually inside the llms.txt files sites have started publishing. The headline finding is not that adoption is low. It is that a lot of the files that do exist are not doing the one job llms.txt is supposed to do.

What Common Crawl actually looked at

Common Crawl, the nonprofit that maintains the largest open web crawl most large language models are trained on, pulled every llms.txt file it could find across its crawl and published the results as an open report. The scale is real: 584,107 files, not a sample of a few dozen sites. Search Engine Journal's Matt G. Southern covered the findings the same day they went up, and the underlying data is published as an open Hugging Face Space by Common Crawl itself.

The three problems the report found

Reporting on the analysis describes three recurring patterns, not isolated examples:

Why this matters if you already have a file, or are about to write one

A template-generated or link-free llms.txt is not neutral. It costs you nothing to serve, but it also is not accomplishing anything, and it can create a false sense that the AI-visibility box has been checked. The real value of llms.txt, on the rare sites that use it as intended, is a short, honest list of the pages that actually explain what the site does, kept current by a person who knows which pages those are. A generated file with no links does not do that, no matter how many crawlers eventually decide to read llms.txt at all.

If you are trying to control what a crawler can access or train on, that is a robots.txt and Content-Signal question, covered in this site's GPTBot guide and Content-Signal guide. llms.txt cannot do that job, and writing it as though it can is exactly the pattern Common Crawl's analysis found at scale.

What to actually do

Related: What is llms.txt, and do you actually need one? and llms.txt vs robots.txt: what each one actually controls cover the format itself in more depth. Source: Common Crawl's llms.txt report, covered by Matt G. Southern at Search Engine Journal, published September 8, 2026.