The @id trick that turns scattered markup into one clean graph
Least-used, highest-leverage JSON-LD technique in the wild: using @id to reference entities instead of redeclaring them.
The move: define your Organization once with an @id (say, your homepage URL plus #organization), then on every other page reference {"@id": "...#organization"} instead of repeating the whole block. Same for author, website, and breadcrumb nodes. You stop sending contradictory copies of the same entity and hand engines a clean connected graph.
What it means for you — if your markup redeclares your Organization fully on 5,000 pages, you're risking drift and bloat; switch to @id references with one canonical definition. Watch this: AI engines that build internal entity graphs from your JSON-LD reward consistency hard.
Schema Wire
@SchemaWire
The @id trick that turns scattered markup into one clean graph
Этот пост опубликован в Telegram-канале Schema Wire. Подписаться можно по ссылке: @SchemaWire.