← methodology

llms.txt

access.llms-txt · Access · 4 pts · recommended

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.txt and validated it against the llmstxt.org shape (H1, summary, curated links).

How to pass

Add /llms.txt: an H1 with your name, a one-line blockquote summary, and sections of curated links to docs, pricing, and API.

Spec

https://llmstxt.org

Verify a fix

curl -X POST /api/scan/checks \
  -H 'content-type: application/json' \
  -d '{"url": "yourdomain.com", "checkIds": ["access.llms-txt"]}'