Select Page

What is Structured Data

Structured data is data that is organized into specific data types and therefore is easily searchable and categorized. Here’s a simple example of structured data:

What is the Difference Between Structured Data and Unstructured Data

Unstructured data is data that is not organized in a model, schema or group. Any data, such as the below, that does not have structure is therefore unstructured:

“Bananas should be stored at room temperature and will last 5 to 7 days before spoiling

Advantages of Structured Data

Google, Facebook, Twitter, and other search engines use structured data in various formats to better understand your content. The more information you provide about your content, the better they can understand it, and the more likely that it will rank broadley for those topics.

Additionally, Google uses structured data (microdata) to display enhanced search results, such as “rich snippets”: 

Here’s a few example of rich snippets for various types of content

  • Events – dates and location
  • Music – lyrics and track
  • People – contact information
  • Organizations – location and reviews
  • Recipes – rating, photo, and time required
  • Video – image and rating
  • Products – ratings, picture and price

Structured data markup

Structured data is used to describe content on a website. Structured data markup is used to describe that content. There are various types of structured data markup, the most most common is microdata. Schema.org is an agreed upon standard of microdata that has been adopted by Google and the other search engines to better understand the web. 

It looks like this:

There are hundreds of Schema.org declarations, here are some of the most popular for search:

Schema NameURL
ArticleSchema.org/Article
OrganizationSchema.org/Organization
VideoSchema.org/VideoObject
AuthorSchema.org/Author
ImagesSchema.org/ImageObject
ReviewSchema.org/Review
Aggregate RatingSchema.org/AggregateRating
RecipesSchema.org/Recipe
MoviesSchema.org/Movie
TVSchema.org/TVSeries

 

Structured Data for Google

There are three different ways to markup data on your site for Google:

  • Microdata: Uses HTML tags inline in the body of the page
  • RDFa: Uses HTML tags inline in body, and tags in the head
  • JSON-LD: A JavaScript notation in head or body. This is Google’s recommended method.

You should always test and review your structured data markup to ensure proper implementation. Once a page has been marked-up and pushed live, use the following:

  • Google’s Structured Data Testing Tool
  • Google Search Console structured data error report

Structured data is critical tool in the SEO’s belt to better help Google understand your content, and improve click through rates by generating rich snippets in the search results. Stay tuned for more 5-minute guides on structured data.