Inferensys

Glossary

Schema.org

A collaborative, community-driven vocabulary of structured data schemas used to mark up web pages in ways recognized by major search engines like Google, Microsoft, and Yandex.
Developer reviewing semantic search engine results on laptop, relevance scores visible, technical search demo.
STRUCTURED DATA VOCABULARY

What is Schema.org?

Schema.org is a collaborative, community-driven vocabulary of structured data schemas used to mark up web pages in ways recognized by major search engines like Google, Microsoft, and Yandex.

Schema.org is a shared semantic vocabulary of tags (or microdata) that webmasters can add to their HTML to improve how search engines interpret and display their pages in search results. Founded in 2011 by Google, Bing, Yahoo!, and Yandex, it provides a canonical collection of schemas for describing entities, actions, and relationships, enabling the generation of rich snippets and enhanced search features.

The vocabulary is organized into a hierarchy of types, such as CreativeWork, Event, Organization, and Product, each with specific properties. Implemented most commonly using JSON-LD, Microdata, or RDFa syntax, Schema.org markup creates a machine-readable knowledge graph that disambiguates entities and powers advanced search experiences like knowledge panels, carousels, and voice assistant responses.

ANATOMY OF A VOCABULARY

Core Characteristics of Schema.org

Schema.org is not a single standard but a collaborative vocabulary with distinct architectural features that enable machines to understand the meaning of web content. These core characteristics define how it models entities, relationships, and data types.

01

Hierarchical Type System

Schema.org organizes all entities into a multi-level hierarchy rooted at Thing. More specific types inherit properties from their ancestors.

  • ThingCreativeWorkArticleNewsArticle
  • Each level adds domain-specific properties
  • Over 800 core types defined in the vocabulary
  • Enables both broad and granular entity description

A NewsArticle inherits author from CreativeWork and name from Thing, while adding its own dateline property.

02

Property-Centric Modeling

Entities are described through properties rather than nested structures. Each property has a defined domain (types it applies to) and range (expected value type).

  • Properties can apply to multiple types
  • Expected types include Text, Number, Date, or other Schema.org types
  • Properties like author can accept both Person and Organization
  • Supports multiple values via array syntax

This design allows flexible, partial descriptions without requiring complete entity graphs.

03

Enumeration Constraints

Schema.org uses enumerations to constrain property values to predefined sets, ensuring semantic consistency across implementations.

  • DayOfWeek: Monday, Tuesday, Wednesday, etc.
  • ItemAvailability: InStock, OutOfStock, PreOrder
  • PaymentMethod: Cash, CreditCard, Cryptocurrency
  • EventStatusType: EventScheduled, EventPostponed, EventCancelled

Enumerations prevent free-text ambiguity and enable reliable machine interpretation of constrained value spaces.

04

Multi-Syntax Serialization

Schema.org vocabulary is syntax-agnostic. It can be expressed in three formats recognized by major search engines:

  • JSON-LD: A JavaScript object injected into a <script> tag, kept separate from HTML markup
  • Microdata: HTML attributes (itemscope, itemprop) woven directly into existing tags
  • RDFa: Attribute-based syntax extending HTML5 for linked data embedding

JSON-LD is Google's recommended format due to its clean separation of data and presentation.

05

Cross-Domain Extension Mechanism

The vocabulary is partitioned into hosted extensions that cover specific verticals while remaining part of the core namespace.

  • bib.schema.org: Bibliographic and citation data
  • auto.schema.org: Vehicle listings and specifications
  • health-lifesci.schema.org: Medical and life science entities
  • pending.schema.org: Proposed types under community review

Extensions allow domain-specific evolution without destabilizing the core vocabulary.

06

Community-Driven Governance

Schema.org is stewarded by a consortium of search engines—Google, Microsoft, Yahoo, and Yandex—with public participation through:

  • Open GitHub repository for proposals and issue tracking
  • Mailing lists for discussion of new types and properties
  • Regular releases (currently v27.0+) incorporating community feedback
  • The pending namespace as a staging area for experimental terms

This governance model balances industry alignment with open evolution.

SCHEMA.ORG CLARIFIED

Frequently Asked Questions

Clear, technical answers to the most common questions about implementing and understanding Schema.org structured data for modern web ecosystems.

Schema.org is a collaborative, community-driven vocabulary of structured data schemas used to mark up web pages in ways recognized by major search engines like Google, Microsoft, and Yandex. It works by providing a shared collection of types (like Event, Product, or Article) and properties (like name, startDate, or offers) that webmasters embed directly into their HTML. This markup, typically formatted as JSON-LD, Microdata, or RDFa, creates explicit semantic signals that search engine parsers consume to understand the entities and relationships on a page, rather than relying solely on natural language inference. The result is the generation of rich results—enhanced search listings featuring star ratings, images, and interactive elements—that improve click-through rates and provide a more informative user experience.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.