Structured Data
Important
Schema @id Linking
priority_high Why it matters
Schema @id linking lets AI connect your entities across pages, building a knowledge graph of your site.
search What we check
Whether @id references between schemas resolve correctly, connecting entities like Article, Person, and Organization.
build How to fix
- 1 Give each entity a unique @id (e.g., "@id": "#author").
- 2 Reference entities by @id in other schemas (e.g., "author": {"@id": "#author"}).
- 3 Ensure every referenced @id has a matching definition in your JSON-LD.
menu_book Sources
Does your site pass this check?
This is 1 of 98 checks we run. Find out in under 30 seconds.