structured data

Information on a web page marked up using a shared vocabulary, usually schema.org, so machines (search engines, AI assistants, social cards) can understand what the page is about.

Also known as: schema markup, structured markup, machine-readable markup

Structured data is the difference between a web page that asks a machine to figure out what it is about, and a web page that tells it.

A page selling a Class V receiver hitch can either describe the product in marketing prose and hope the parser extracts the price and availability, or it can ship a JSON-LD block that declares @type: Product with price: 249.00, availability: InStock, and so on. The first version makes the AI engine guess. The second hands it the answer.

For data on how common the gap is across real business pages, see our analysis of 2,174 crawled pages (93.9% had no structured data of any kind).

Related terms