INTERNATIONAL: Google Launches Schema.org Markup Support for Videos
|
by Brent Yorzinski, March 20, 2012
On Feb. 21, 2012, Google announced on its webmaster central blog that the search engine is launching video support for Schema.org, calling it “the recommended way to describe videos on the web.” This means, it is increasingly important that all on-page markup relating to video contains as much information as possible. Schema.org is a partnership amongst Google, Microsoft, Yahoo! and Yandex to create a structured markup to catalogue snippets of information and use them to enhance the way search engine results may be displayed. The ultimate goal of Schema.org is to make it simpler for people to locate relevant information. More information, including the full definition, can be found at Schema.org. This, combined with Google’s announcement, makes it even clearer that following the guidelines suggested is valuable. Fortunately, adding the video markup is a relatively straightforward three-step implementation process: 1. Define an itemscope 2. Define an itemtype 3. Set the appropriate properties from http://schema.org/VideoObject. Previously, markup code for a video about large green aliens might have looked as follows: <h2>Video: Large Green Aliens</h2> With the addition of Schema.org code, markup for a video about large green aliens might look similar to: <div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> As well as the above, additional snippets can be added, such as the examples below (from Schema.org):
How this markup will display in Google’s search results is not yet clear. The ways videos are displayed currently is most likely to be similar to the way videos with this markup will eventually be displayed. Although Google suggests using its Rich Snippets Testing Tool to see if the markup data is formatted properly, at the time of writing, it does not provide an example of a preview for video markup, which is frustrating, but indicative of how new this is. Based on Google’s recent announcement, its recent history of announcing modifications before fully deploying them, and the current usage of Schema.org markup within existing search results, there is little doubt that Google will eventually use this markup to provide better results to users. Watch that space! |
For permission to reprint or reuse any materials, please contact us. To learn more about our authors, please visit the Bruce Clay Authors page. Copyright © 2012 Bruce Clay, Inc.


