All checks / AI Discovery
Advisory
llms-full-txt-missingllms-full.txt companion is published
What this check means
Checks for an optional llms-full.txt containing your full content in one file.
Why it matters
Where llms.txt is an index, llms-full.txt lets an AI system load your entire documented content in a single request rather than crawling page by page.
How we detect it
We request https://yourdomain/llms-full.txt and require a 2xx response that is not an HTML page.
How to fix it
Generate a single Markdown file containing the full text of the pages listed in your llms.txt, and serve it at /llms-full.txt.
Check whether this applies to your site.
Run an AI audit