← methodology
llms-full.txt
access.llms-full · Access · 2 pts · recommended · bonus
Goal
Does an agent understand who you are and what you do?
Whether your pages carry machine-readable identity: structured data, llms.txt, clear copy an agent can quote.
How we test
Fetched /llms-full.txt and checked for substantial inline markdown content.
How to pass
Add /llms-full.txt with expanded inline docs content so agents can load everything in one fetch.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["access.llms-full"]}'