All checks / AI Discovery
Warning
llms-txt-oversizedllms.txt is lightweight
What this check means
Checks that your llms.txt is small enough to be cheap to fetch and parse — under 50KB.
Why it matters
llms.txt is meant to be an index, not the content itself. An oversized file costs an AI system context budget it would rather spend on your actual pages, and the detail belongs in llms-full.txt.
How we detect it
We measure the UTF-8 byte length of the file. Over 50KB warns; under 200 bytes is treated as an empty stub.
How to fix it
Keep llms.txt to titles, one-line descriptions and links. Move full page content into llms-full.txt.
Check whether this applies to your site.
Run an AI audit