Structured Data
Machine-readable markup describing what a page is about, in a shared vocabulary.
Structured data is metadata embedded in a page describing its content in a vocabulary machines already understand — overwhelmingly Schema.org, expressed as JSON-LD in a script tag. It is what lets a search engine or an assistant know that a page describes a recipe, an event, a business, or an article, rather than inferring it from prose.
The model is a graph. Entities have types and properties, and — importantly — identifiers, so that separate fragments can refer to the same entity. A page can emit a small object referencing an organisation by identifier, and that reference resolves against a fuller description published elsewhere on the site, or dangles harmlessly if it does not.
Two practical cautions.
Verify what is actually emitted. A page may carry markup from several sources — the application, a plugin, a hand-pasted block maintained by someone else — and assumptions about which produced what are frequently wrong. Requesting the live page and reading the scripts is a two-minute check that has repeatedly overturned confident claims.
Structured data is a claim about content, not a substitute for it. Markup describing something the page does not contain is a policy violation as well as a lie.
See also6
Hand-picked in the note itself — the neighbours worth reading next.
Search Engine Optimization
Making content discoverable through search, most of which is ordinary quality work.
Data & Content15 connections
Semantic HTML
Using elements for their meaning, so the document conveys structure without extra description.
Design & Interface12 connections
JSON Schema
A vocabulary for describing the shape of JSON data, and the lingua franca of model tool interfaces.
Agents & Language Models9 connections
Knowledge Graph
Information modelled as entities and the typed relationships between them.
Meaning & Society13 connections
RSS
A syndication format letting readers subscribe to a site without an intermediary.
Data & Content10 connections
Headless CMS
A content system exposing structured data through an API, with presentation left entirely to consumers.
Data & Content9 connections
Related3
Nearby in the graph rather than deliberately chosen. Looser, sometimes surprising.
Linked from9
Notes elsewhere in the wiki that reach for this one.
- BacklinkMeaning & Society
The automatically-derived list of pages linking to the current one.
- FrontmatterData & Content
A metadata block at the top of a text document, separated from the body by delimiters.
- Headless CMSData & Content
A content system exposing structured data through an API, with presentation left entirely to consumers.
- Information ArchitectureData & Content
How information is organised, labelled, and navigated so people can find what they need.
- JSON SchemaAgents & Language Models
A vocabulary for describing the shape of JSON data, and the lingua franca of model tool interfaces.
- Knowledge GraphMeaning & Society
Information modelled as entities and the typed relationships between them.
- RSSData & Content
A syndication format letting readers subscribe to a site without an intermediary.
- Search Engine OptimizationData & Content
Making content discoverable through search, most of which is ordinary quality work.
- Semantic HTMLDesign & Interface
Using elements for their meaning, so the document conveys structure without extra description.