What is Structured Data & Why Should I Care?
Monday, 23 January 2017 by Ian Ebden
Looks like this article is over a year old, so some of the technical solutions or opinions may be a bit outdated now.
As the Web continues to grow and evolve, it’s becoming ever more important to develop and encourage a common markup vocabulary to clearly express data. Enter Schema.org –a collaboration between Google, Bing, Yandex, and Yahoo! The aim of Schema.org is to provide us with this vocabulary, so we can improve the way information is displayed in search results. An example might be a recipe with a star rating.
When information is highly structured and predictable, search engines can more easily organize and display it in creative ways.
“Structured Data” is simply the matching up of a Schema.org name with a value. You can use Structured Data to markup anything from events and organisations to videos and articles; and you can include detailed information about publishers, authors, and so on. Below is an example. Note that Google prefers Structured Data markup in JSON-LD format (JavaScript Object Notation for Linked Data).
Effect on ranking
It’s tough to say what impact Structured Data has on search ranking, but it’s generally a good idea to give search engines what they want – and lately that includes Structured Data. Common sense suggests this will lead to better ranking. But what’s more obvious is the effect it has on your search result ‘rich snippet’ (the information that appears beneath your title on search results). A richer rich snippet tends to lead to an increased click rate, which is probably much more valuable to you than ranking alone.
At DesignKarma we’re still experimenting with Structured Data on this site and client sites, and the results have been mixed. Nevertheless it does appear to be a useful tool moving forward, and a standard that will be around for quite some time.
End