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.
Glossary
Schema.org

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.
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.
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.
Hierarchical Type System
Schema.org organizes all entities into a multi-level hierarchy rooted at Thing. More specific types inherit properties from their ancestors.
- Thing → CreativeWork → Article → NewsArticle
- 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.
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
authorcan accept both Person and Organization - Supports multiple values via array syntax
This design allows flexible, partial descriptions without requiring complete entity graphs.
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.
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.
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.
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.
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.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Mastering Schema.org requires understanding the surrounding technologies and concepts that enable structured data to be validated, queried, and evolved at scale.
Schema Validation: Enforcing Data Integrity
The automated process of checking a data instance against a defined schema to ensure it conforms to required structures, data types, and constraints. For Schema.org, this involves validating JSON-LD against the vocabulary's expected ranges and domains.
- SHACL: Shapes Constraint Language for validating RDF graphs.
- Google's Rich Results Test: A practical validator that parses Schema.org and checks for required/recommended properties.
- Domain/Range Checks: Ensures a
priceproperty points to aNumberorMonetaryAmount, not aPerson.
Ontology: The Logic of Shared Meaning
A formal, explicit specification of a shared conceptualization. Schema.org is an ontology that defines the types, properties, and interrelationships of entities on the web.
- Classes: Abstract categories like
Thing > Organization > LocalBusiness. - Properties: Relationships like
founder,address, oraggregateRating. - Inference: Because
LocalBusinessis a subclass ofOrganization, it inherits all properties ofOrganization.
Linked Data: Connecting the Graph
A method of publishing structured data so that it can be interlinked and become more useful through semantic queries. Schema.org enables Linked Data by using URIs as identifiers.
- Entity Reconciliation: Using
sameAsto link a local business entity to its Wikidata or Wikipedia entry. - De-referencable URIs: A
@idlikehttps://example.com/entity#orgshould ideally resolve to useful data. - Graph Connectivity: Connecting a
Productto itsManufacturervia a URI creates a machine-readable knowledge graph.
Schema Evolution: Managing Change Over Time
The process of modifying a data schema's structure while maintaining backward and forward compatibility. Schema.org evolves through a community process, adding new types and properties without breaking existing markup.
- Backward Compatibility: New properties are additive; old parsers ignore unknown properties.
- Deprecation: Superseded terms like
cookTime(replaced bycookTimeonHowToStep) are retained but discouraged. - Versioning: Schema.org uses a rolling release model rather than strict semantic versioning.
Content Model: The Blueprint for Entities
A formal representation of content types, their attributes, and relationships. A content model maps business concepts to Schema.org types.
- Mapping: A 'Blog Post' content model maps to
ArticleorBlogPosting. - Constraints: Defining cardinality—a
Productmust have exactly onenamebut can have multipleoffers. - Enrichment: Adding domain-specific properties like
hasPartto model complex technical documentation.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us