← methodology
OpenGraph / social metadata
discovery.opengraph · Discovery · 2 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
Parsed homepage og:title / og:description / og:image and twitter:card meta tags.
How to pass
Add og:title, og:description, and og:image meta tags; agents and link unfurlers use them as your canonical summary.
Spec
https://ogp.me ↗Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["discovery.opengraph"]}'