← methodology

Homepage states what you are

discovery.homepage-clarity · Discovery · 3 pts · required

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

An LLM read your homepage as an agent would and rated how confidently it could say what you do.

How to pass

Add a literal one-sentence description of what your product does near the top of your homepage.

Verify a fix

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