Skip to content

schema.orgStructured Data Documentation

A self-contained, searchable reference for the schema.org vocabulary, with original SOPs, workflows, and a quick reference.

What schema.org is

Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the internet, on web pages, in email messages, and beyond. The vocabulary is used by major search engines including Google, Microsoft, Yandex, and Yahoo to understand the content of a page and to enable rich results.

You apply the vocabulary to your content using one of three syntaxes: Microdata, RDFa, or JSON-LD. JSON-LD is the most widely recommended format because it keeps the structured data separate from the human readable markup.

json
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Example Company",
  "url": "https://example.com",
  "logo": "https://example.com/logo.png",
  "sameAs": [
    "https://example.com/about"
  ]
}

Use the search box or the chat assistant in the lower right corner to ask questions about any part of the vocabulary.