Theory
Pragmatism at planet scale
schema.org is the vocabulary behind structured data on the web. Launched by Google, Microsoft (Bing), Yahoo and Yandex, it lets page authors mark up what a page is about — a product, an event, a recipe, an organisation — so search engines produce rich results, knowledge panels and better answers. It is open and, deliberately, lightweight.
- Deliberately informal — schema.org is closer to RDFS than strict OWL DL.
domainIncludes/rangeIncludesexpress soft expectations, not hard logical restrictions; multi-typing is normal. This looseness is a feature: millions of non-experts can use it correctly. - Three serialisations — JSON-LD (the recommended, script-tag form), Microdata, and RDFa. JSON-LD won because it doesn't entangle markup with visible HTML.
- Extensible — hosted and external extensions add depth: GS1 (products), bioschemas (life science), automotive, and more — so the simple core can be specialised per industry.
- Why it matters commercially — structured data drives SEO and visibility; it's the most economically deployed vocabulary on this list, on hundreds of millions of pages.
Use Case Example: A shop adds a JSON-LD Product block with price, availability and reviews. Google renders a rich result with stars and price directly in search — measurably lifting click-through — purely because the page spoke a shared, simple vocabulary the crawler already understood.