Glossary · Schema + Structured Data
JSON-LD
JSON-LD (JSON for Linked Data) is the W3C standard format for embedding structured data in web pages. JSON-LD uses standard JSON syntax with a `@context` field linking to a schema vocabulary (typically Schema.org). Google explicitly prefers JSON-LD over alternatives like Microdata and RDFa for structured data implementation.
Also called: JSON-LD structured data, JSON Linked Data · Last updated: May 27, 2026 · By Joseph W. Anady
Why it matters.
JSON-LD became a W3C Recommendation in 2014 and Schema.org's preferred format soon after. The advantages over inline alternatives are substantial: JSON-LD lives in a separate `