Schema.org


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." Webmasters use this shared vocabulary to structure metadata on their websites and to help search engines understand the published content, a technique known as search engine optimization.

History

Schema.org is an initiative launched on June 2, 2011 by Bing, Google and Yahoo! to create and support a common set of schemas for structured data markup on web pages. In November 2011, Yandex joined the initiative. They propose using the schema.org vocabulary along with the Microdata, RDFa, or JSON-LD formats to mark up website content with metadata about itself. Such markup can be recognized by search engine spiders and other parsers, thus granting access to the meaning of the sites.
The initiative also describes an extension mechanism for adding additional properties.
In 2012, the GoodRelations ontology was integrated into Schema.org.
Public discussion of the initiative largely takes place on the W3C public vocabularies mailing list.
Much of the vocabulary on Schema.org was inspired by earlier formats, such as microformats, FOAF, and OpenCyc. Microformats, with its most dominant representative hCard, continue to be published widely on the web, where the deployment of Schema.org has strongly increased between 2012 and 2014. In 2015, Google began supporting the JSON-LD format, and as of September, 2017 recommended using JSON-LD for structured data whenever possible.
Despite the advantages of using Schema.org, adoption remained limited as of 2016. A survey in 2016 of 300 US-based marketing agencies and B2C advertisers across
industries showing only 17% uptake.
Such validators as the Google Structured Data Testing Tool, or more recent Rich Results Tool, Yandex Microformat validator, and Bing Markup Validator can be used to test the validity of the data marked up with the schemas and Microdata. More recently, Google Search Console has provided a report section for unparsable structured data. If any Schema code on a website is incorrect, it will show in this report.
Some schema markups such as Organization and Person are commonly used to influence search results returned by Google's Knowledge Graph.

Schema Types

There are a number of items that you can mark up with Schema on a web page. Here are some of the most popular:

Microdata

The following is an example of how to mark up information about a movie and its director using the Schema.org schemas and microdata. In order to mark up the data, the attribute itemtype along with the URL of the schema is used. The attribute itemscope defines the scope of the itemtype. The kind of the current item can be defined by using the attribute itemprop.


Avatar



Director: James Cameron

Science fiction
Trailer

RDFa 1.1 Lite



Avatar



Director: James Cameron

Science fiction
Trailer

JSON-LD