Schema Markup Checker

Enter the URL of the web page for which you want to check the schema markup.

Schema Markup Checker is a free online tool that extracts structured data from a given web page and shows it in a readable format.

You can use it to inspect your own pages or to check what kind of markup is in use by your competitors.

It allows you to:

Visualize Your Schema

Schema Markup Checker renders the parsed data in the easy-to-read table format:

Screenshot of JSON-LD rendered as table

It also shows the JSON-LD source code, formatted and syntax-highlighted:

Screenshot of JSON-LD source code

Spy on Your Competitors

You can use this tool to find the type of schema markup your competitors use by researching their Google search snippets.

Here is an example. Take a look at the rich snippet that contains extra data like reviews, product price, and availability information:

Product snippet in Google search results

After exploring the page markup with Schema Markup Checker, you will know which schema entities you need to implement on your website to achieve similar results:

Screenshot of the Product markup rendered as table
Screenshot of the Product markup code

Reveal Errors

Make sure your HTML markup can be parsed and decoded.

We've seen unreadable JSON markup having syntax errors even on reputable sites.

If you doubt that a semicolon after the final "}" can break the parsing of your JSON-LD, you can check it yourself via the links to Google Rich Results Test and Schema.org Validator in the Additional Resources section.

* The current version doesn't validate the correctness of schema definitions.

JSON-LD or Microdata?

Our tool supports both JSON-LD and Microdata structured data markup types.

When deciding between JSON-LD and Microdata, the first option is usually preferred. JSON-LD offers several advantages over Microdata, including easier implementation and cleaner code separation. In addition, JSON-LD is much easier to maintain because it is not spread across multiple tags throughout an HTML page.

What Schema Types Are Supported?

This tool lists all schema data available on the page.

What Schema Types Are Showing up on Google?

There are a number of Schema.org types showcased in Google's rich snippets:

For a full list of structured data types, supported by Google, consult the documentation.

What About FAQ Schema?

Unless your website is authoritative and government or health-related, FAQ Schema (FAQPage, Question, and Answer types) will no longer be displayed by Google:

Going forward, FAQ (from FAQPage structured data) rich results will only be shown for well-known, authoritative government and health websites. For all other sites, this rich result will no longer be shown regularly.
(Source)

Related Tools