← methodology

JSON-LD structured data

access.json-ld · Access · 4 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

Extracted and validated application/ld+json blocks on the homepage and pricing page.

How to pass

Embed Organization + WebSite JSON-LD on your homepage (name, url, logo, sameAs) and Product/Offer JSON-LD on pricing.

Spec

https://schema.org

Verify a fix

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