Schema.org
Schema.org is a historical schema created in 2011. Schema.org is an initiative launched on 2 June 2011 by Bing, Google and Yahoo! (then operators of the world's largest search engines) 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 one 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 gaining access to the meaning of the sites (see Semantic Web). Read more on Wikipedia...
8Years Old | 25Users | 0Jobs |
- Schema.org ranks in the top 20% of languages
- the Schema.org website
- the Schema.org wikipedia page
- Schema.org first appeared in 2011
- See also: rdf, owl, turtle, json, csv, url
- I have 26 facts about Schema.org. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
<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>
Last updated December 4th, 2019