Skip to content

So You Want To Learn How To Use Schema Structured Data

There are a lot of things within SEO and website optimisation that many people perceive to be too technical and too difficult to try themselves, and one of these is definitely the intimidating sounding schema structured data. With its close connection to coding, many people are scared stiff by the idea of implementing this increasingly…
Reading Time: 6 minutes
Blog Post

There are a lot of things within SEO and website optimisation that many people perceive to be too technical and too difficult to try themselves, and one of these is definitely the intimidating sounding schema structured data. With its close connection to coding, many people are scared stiff by the idea of implementing this increasingly crucial ranking factor, meaning that more and more websites and businesses are failing to grow to their full potential simply because they’re avoiding this SEO task.

If this is you, it’s time to set that fear to one side and start to embrace the benefits of this SEO technique. There is a bit to wrap your head around, especially if you’re starting from scratch with no experience in writing code, but if you stick with it, you’ll find that after some time, it really isn’t as scary as you first believed.

structured data
What Is Structured Data?

The best way to get started in schema structured data – also known as markup structured data – is first to understand why it’s useful. In its essence, markup structured data is a type of code that makes it easier for search engines to crawl, organise and display your content. Basically, implementing this technique allows Google (and other search engines) to understand the context of your content, which can benefit its ranking and performance. Without this markup, search engines can only tell what your data says, and the algorithms involved will have to work a lot harder to determine why it’s there fully. The ‘why’ is important, as this is what helps Google determine if the content is relevant for a user.

So, if you wanted to add contact information to your website, you could simply add it to your footer or on an about page, and that would have been just fine, as users would easily understand that the info is what it is. However, a computer isn’t that clever, and Google might not figure out what the data actually is. By using the appropriate schema markup, you’ll be able to inform Google what it is and why it’s there, which will make it more effective. Not implementing schema markup is the most common issue that crops up after conducting an SEO audit, so it’s worth learning to improve your SERPs performance.

There is a lot to learn within schema to become an expert, so much so that there are courses and certifications that you can enrol in; however, that might not be necessary if you’re using this technique for specific functions. Instead, there are just a few things that you should know that should allow you to use this technique properly and to good effect.

schema structured data types
The Types Of Structured Data To Use

The data that you can markup with technique can be different and serves different functions. Three main types of data will commonly crop up. These are:

  • JSON-LD
  • Microdata
  • RDFa

These types of markup structured data have different properties that really aren’t vital to learn right now; however, it is important to know that JSON-LD is the recommended format and is the most widely used one, so when implanting your own markup, you must ensure that you’re using this one. The reason for that is simple: unlike the other two mentioned, this type of schema can be read by Google when dynamically injected into the content of a page.

Common Schema Terms

Terms are basically the different functionally that each type of markup can do. One term will categorise your content, for example, while a different one will highlight that the associated text is part of the same topic. It’s not crucial to learn them all. However, understanding and becoming competent in a few of them can be very beneficial to your SEO strategy and help you learn and develop this skill faster. Three of the most common terms include:

  1. Itemscope: This term organises your content by topic. When used, it tells Google that all content marked with an itemscope tag is about the same thing, essentially categorizing your content into different sections.

 

So, say you have some HTML that looks like this:

 

<div>

<h1>Manchester United</h1>

<span>Manager: Ole Gunnar Solskjaer</span>

<span>Premier League – England</span>

 

By adding an itemscope tag to this code, you’ll be able to let Google know that all this information is about the same topic and thus needs to be presented together and that they’re relevant to each other. By including the term ‘itemscope’ at the end of your opening <div> tag, you’ll be able to ensure that all this info is grouped together. This is one of the better and easiest ways on how to add structured data to your site, and it looks like this:

 

<div itemscope>

<h1>Manchester United</h1>

<span>Manager: Ole Gunnar Solskjaer</span>

<span>Premier League – England</span>

 

  1. Itemtype: The itemtype term is another way to categorise your content further so that it’s easier to digest and crawl through. This term will tell Google what kind of item your content is about, deepening its understanding. So, using the previous example, adding the following will make it clear that all the information is about a sports team.

 

<div itemscope itemtype=”http://schema.org/SportsTeam”>

<h1>Manchester United</h1>

<span>Manager: Ole Gunnar Solskjaer</span>

<span>Premier League – England</span>

 

You may have noticed that there’s an URL included in that additional piece of code. This is what Google searches to help the platform understand what type of content you’re talking about. Schema.org has a lot of different itemtypes that you can include within your markup structured data.

  1. Itemprop: This term lets you define certain properties that your items have and allows you to more specifically define your information and make it even easier to understand. When adding itemprop, you need to ensure that the terms exist within the schema.org website for them to actually work. On our example profile of Manchester United, some itemprop we could use includes the following:

<div itemscope itemtype=”http://schema.org/SportsTeam”>

<h1 itemprop=”name”>Manchester United</h1>

<span>Manager: <span itemprop=”Coach”>Ole Gunnar Solskjaer</span>

<span itemprop=”memberOf”>Premier League</span – England</span>

How To Add Structured Data On Your Site

Now that you know a handful of some of the more crucial schema markup to add to your website, you may be thinking about how you actually implement this. The bad part about adding this markup is that it can be incredibly time-consuming to add manually, especially if you’re a newcomer to the technique and are unsure about the process. Thankfully there are solutions to help make it easier and quicker to add this functionality, and that’s through website plugins.

A plugin is a piece of functionality that can be added to a website to make it better. Examples include adding calendars, interactive maps, and more to your site. For people that utilise WordPress to create and organise their website, one of the best plugins that work well with the CMS platform is Schema App Structured Data. This plugin will automatically generate appropriate schema for your website without you having to do a thing, and for further control, you can always go in and make edits manually if you want to do something different. Applications like this make schema markup structured data a lot more accessible to people, giving you to tool to thrive online.

However, if you don’t use WordPress to build your website, then you’ll have to go a different route to implement schema, although it is still a simple process. Using Google’s Structured Data Markup Helper tool, you can simply copy and paste the URL of the webpage that you want to generate schema for to start the process. Alternatively, you can also copy and paste the HTML as an option. Once that is done, you then need to select one of the ten categories that Google provides to help them categorise your data. The options are as followed:

  1. Articles
  2. Book Reviews
  3. Events
  4. Local Businesses
  5. Movies
  6. Products
  7. Restaurants
  8. Software Applications
  9. TV Episodes
  10. TV Episodes with Ratings

These options may seem limiting at first, but you’ll usually find a suitable category to label your content. Using our example of the Manchester United profile, it’s probably best to click Article, as none of the others apply.

Once you’ve done that, click ‘Start tagging’ and you’ll then get transported to a new screen that’ll have your page displayed on the left and then a pane on the right that’ll have the schema markup tool. What you do on this page is simply drag over and highlight content on your page. When you do that, options will appear that you can tag that information as.

You can tag names, authors, and images, and it’s a good idea to tag everything that is suggested. Once that is done, you’ll have an HTML code generated. When it is, be sure to mark it as JSON-LD type, as this is the one that Google likes most. Once you have that generated, the next step is to add this to your website’s source code.

This is done by opening the current code on your website and replacing the old version with the new one generated by the tool. If your site only has static page files, then this is super easy. Once that is done, viola, you have a more optimised website with markup structured data implanted. Do this for every page on your website, and you’ll find that your website benefits greatly.

James Owen, Co-Founder & Head Of Search

James has been involved in SEO and digital marketing projects since 2007. James has led many SEO projects for well-known brands in Travel, Gaming and Retail such as Jackpotjoy, Marriott, Intercontinental Hotels, Hotels.com, Expedia, Betway, Gumtree, 888, Ax Paris, Ebyuer, Ebay, Hotels combined, Smyths toys, love honey and Pearson to name a few. James has also been a speaker at SEO and digital marketing conferences and events such as Brighton SEO.

View all Downloads

Downloads

eBook: What is PPC?

What Is PPC?

There’s a good chance that you’ve already heard of PPC. As a marketing tool, PPC is invaluable, but there seems…

Download
An e-book cover image titled 'How to Choose an SEO Agency', shows a group of happy co-workers at a desk in an office.

How to Choose an SEO Agency

Selecting an SEO agency is an important decision for any business. Check out our guide on how to choose an SEO agency successfully!

Download
Ebook: Ultimate Guide To Enterprise SEO

Ultimate Guide To Enterprise SEO

While the fundamentals of SEO remain the same no matter the size of your business, if you are an enterprise…

Download
View the Blog

You may also be interested in...

Google PageSpeed Insights Explained: What Every Score Means

If you've ever tested your website using Google PageSpeed Insights, you've probably been met with…

Google June 2026 Spam Update Complete: Here’s What It Means For Your SEO Strategy

On June 24, 2026, Google announced that it had started rolling out its latest spam…

All You Need to Know: Agentic Browsing Update for Google Lighthouse

As one of the top SEO agencies out there, our duties extend beyond creating SEO…

How to Optimise Service Pages for AI Search and LLM Recommendations

There’s no hiding from it. AI search and large language models (LLMs) like ChatGPT and…

How to Create Answer-Ready Content for AI Search

Businesses no longer need to create content solely for traditional search engine results pages. AI-powered…

How to Make Your Brand Easier for AI Search Engines to Understand

While traditional SEO will always be important, brands are now also thinking about how they…

LLM Visibility for eCommerce Brands: How to Get Products, Categories and Brands Recommended

How people search and compare products online has changed. Just a few years ago, a…

What to Do Now That the Google May 2026 Core Update is Complete

Two weeks have passed since we first updated you about the Google May 2026 core…

View all Guides

Online Guides

Ultimate SEO & AI Search Strategy Guide for Care Homes
View guide
Franchise SEO & AI Search Strategy Guide
View guide
Ultimate SEO & AI Search Strategy Guide for Vets
View guide
University SEO & AI Search Strategy Guide
View guide
6 Best Search Marketing Agencies for 2026 — UK, US & Global
View guide
The Ultimate SEO Consulting Service Guide
View guide
The Ultimate SEO & AI Search Strategy Guide for Education
View guide
The Ultimate PR Link Building Strategy Guide
View guide
Back To Top