Schema.org

Schema.org is a reference website that publishes documentation and guidelines for using structured data mark-up on web-pages (called microdata).

Its main objective is to standardize HTML tags to be used by webmasters for creating rich results (displayed as visual data or infographic tables on search engine results) about a certain topic of interest. It is a part of the semantic web project, which aims to make document mark-up codes more readable and meaningful to both humans and machines.

Schema.org
Schema.org
Abbreviationschema
Year started2011; 13 years ago (2011)
Latest version15.0 (2022-10-25)
OrganizationGoogle, Yahoo!, Microsoft, Yandex
Base standardsURI, HTML5, RDF, Microdata, ISO 8601
Related standardsRDFa, Microformat, RDFS, OWL, N-Triples, Turtle, JSON, JSON-LD, CSV
DomainSemantic Web
LicenseCC-BY-SA 3.0
Websiteschema.org

History

Schema.org is an initiative launched on June 2, 2011, by Bing, Google and Yahoo! (operators of the world's largest search engines at that time) to create and support a common set of schemas for structured data markup on web pages. In November 2011, Yandex (whose search engine is the largest in Russia) 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 (see Semantic Web). 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 (as of 2015) 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 soon-to-be-deprecated Google Structured Data Testing Tool, or more recent Google Rich Results Test 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 (formerly webmaster tools) 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 a web page can be marked up with using a Schema, with examples including:

  • Article
  • Breadcrumb
  • Course
  • Event
  • FAQ
  • LocalBusiness
  • Logo
  • Movie
  • Product
  • Recipe
  • Review
  • Video

Examples

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.

<div itemscope itemtype="http://schema.org/Movie">   <h1 itemprop="name">Avatarh1>   <div itemprop="director" itemscope itemtype="http://schema.org/Person">   Director: <span itemprop="name">James Cameronspan>  (born <time itemprop="birthDate" datetime="1954-08-16">August 16, 1954time>)   div>   <span itemprop="genre">Science fictionspan>   <a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailera> div> 

RDFa 1.1 Lite

<div vocab="http://schema.org/" typeof="Movie">   <h1 property="name">Avatarh1>   <div property="director" typeof="Person">   Director: <span property="name">James Cameronspan> (born <time property="birthDate" datetime="1954-08-16">August 16, 1954time>)   div>   <span property="genre">Science fictionspan>   <a href="../movies/avatar-theatrical-trailer.html" property="trailer">Trailera> div> 

JSON-LD

<script type="application/ld+json"> {    "@context": "http://schema.org/",   "@type": "Movie",   "name": "Avatar",   "director":      {         "@type": "Person",        "name": "James Cameron",        "birthDate": "1954-08-16"     },   "genre": "Science fiction",   "trailer": "../movies/avatar-theatrical-trailer.html"  } script> 

References

Tags:

Schema.org HistorySchema.org Schema TypesSchema.org ExamplesSchema.orgHTMLSemantic WebStructured data

🔥 Trending searches on Wiki English:

Crackhead BarneyWatergate scandalOpinion polling for the 2024 Indian general electionChet HolmgrenAriana GrandeVladimir PutinPep GuardiolaMoisés AriasJake GyllenhaalPakistanMaadhavi LathaC (programming language)Charlie HurleyUnder the Bridge (TV series)Saudi ArabiaJeffrey DahmerBob WeinsteinTrap (2024 film)FIFA World CupFountain (Duchamp)George WashingtonEliot SumnerJohnny DeppAbigail (2024 film)WhatsApp2024 AFC Futsal Asian CupAnya Taylor-JoyMyanmarLok Sabha2024 NFL draftDarwin BlanchVoice of VietnamTillu SquareWindows 10 version historyOttoman EmpireMicrosoft OfficeAnne HecheIndian National CongressXXX (2002 film)Deaths in 2024Kim Ji-won (actress)Once Upon a Time in HollywoodSiren (2024 film)ArgylleAlgebraic notation (chess)Nelson MandelaThe BeatlesSpainSex and the CityXHamsterBillboard (magazine)Narendra Modi2024 AFC U-23 Asian CupJamie DimonDune (franchise)Bastion (comics)Franklin D. RooseveltHyderabad Lok Sabha constituency2024 Indian general election in KarnatakaIndonesia national under-23 football teamFallout (video game)Freddie MercuryLondonVirat KohliJon Bon JoviNo Way UpJeffrey DonaldsonElection Commission of IndiaPost MaloneJesse PlemonsOperation SandblastMia KhalifaMichael AvenattiGeorge LucasWestern SaharaVideoBade Miyan Chote Miyan (2024 film)Channing TatumMikel Arteta🡆 More