General

How to fix “data-vocabulary.org schema deprecated” Error in Google Search Console

Hello Webmasters!

As per the announcement made by Google, the support for Structured data scheme “data-vocabulary.org” is going to end from April 6th, 2020

Let’s understand what Structured Data is?

Structured Data (schema.org and data-vocabulary.org) are used by Search Engines like Google to define the meaningful structures of data for web applications based on markup. Google Uses these structured data in standardized formats to share schemes on search result pages so that the search results can provide information for that particular page and describe what’s on that page.

The focus to provide this kind of data is to understand what content is shared on a particular page, which enables users to see special search results with features and enhancements.

Why did Google take this action?

Google, in its announcement, explicitly said that “With the increasing usage and popularity of schema.org, we decided to focus our development on a single SD scheme.”

The deadline for this action is set as April 6th, 2020, so that SEO experts, webmasters, website owners will have sufficient time to make the transition from “data-vocabulary.org” to “schema.org.”

Google will send out the notification in upcoming months to everyone who will not follow the described guidelines from Google on scheme structured data.

Let’s understand what data-vocabulary.org schema is?

For Google, “data-vocabulary” project was a turning point that developed structured data based on markup on web application. And because of this, google with collaboration from other search engines was able to create schema.org. However, data-vocabulary has become outdated as the internet advances, and now it is preferable to use the more widely shared schema.org. And due to this, data-vocabulary.org is deprecated from Google search results.

This is the only consequence of this change, but the pages will remain valid for other purposes. Thus Google advises to use only schema.org or convert your structured data from data-vocabulary.org to schema.org.

Let’s look at how to convert to schema.org from data-vocabulary.org

Google, as preparation for this, has issued warnings in Google Search Console for the pages using data-vocabulary.org schemas. This warning will help webmasters to easily identify the pages with outdated data-vocabulary.org schemas, so that they can convert them into schema.org.

Let’s look at an example to understand better how to convert to the schema.org.

Breadcrumbs with data-vocabulary,org schema,

<div itemscope itemtype=”https://data-vocabulary.org/Breadcrumb”>
<a href=”https://example.org/shoes” itemprop=”url”>
<span itemprop=”title”>Shoes</span>
</a>
</div>
<div itemscope itemtype=”https://data-vocabulary.org/Breadcrumb”>
<a href=”https://example.org/shoes/leather” itemprop=”url”>
<span itemprop=”title”>Leather Shoes</span>
</a>
</div>

This will show the below error in Search Console?

Update to schema.org ?

<ol itemscope itemtype=”https://schema.org/BreadcrumbList”>
<li itemprop=”itemListElement” itemscope itemtype=”https://schema.org/ListItem”>
<a itemprop=”item” href=”https://example.org/shoes”>
<span itemprop=”name”>Shoes</span></a>
<meta itemprop=”position” content=”1″ />
</li>
<li itemprop=”itemListElement” itemscope
itemtype=”https://schema.org/ListItem”>
<a itemprop=”item” href=”https://example.org/shoes/white”>
<span itemprop=”name”>White Shoes</span></a>
<meta itemprop=”position” content=”2″/>
</li>
</ol>

Test this on Google Search Console ?

See it’s error-free now?

Note: The above example is only for understanding, and the actual warning may be different as per your business and website platform technology. To fix this technical issue correctly, you can take help from our SEO experts.

Once the code is validated, you can update the code on your website and test it again in the structured data testing tool in Google Search Console and submit it to Google for recrawling.

Over to You!

When it comes to popularity, the JSON-LD schema.org is the most widely used and most preferred option for structured data. You need to update and convert as soon as possible to schema.org from data-vocabulary.org structured data schema as described in the above example.

Also, if you are still unable to fix the issues of data-vocabulary.org, then you can hire SEO Expert from MageComp for guidance and technical help to Fix the SEO with schema.org structured data.

Click to rate this post!
[Total: 225 Average: 1.2]
Gaurav Jain

Gaurav Jain is Co-Founder and Adobe Certified Expert-Magento Commerce Business Practitioner. Being Computer Engineer👨‍💻 and possessing Extensive Marketing skills he handles all kinds of customer Queries and his Happy😀 & Helping🙏 Nature makes customer's day Delightful. When he isn’t working, you’ll find Gaurav Reading on Books📖 or Traveling🚗. Also, he is Speaker at Magento Meetups.

View Comments

  • I got this site from my buddy who shared with me on the topic of this site and now this time I am browsing this web site and reading very informative content here.

    • Hello Karima👋, Thanks for your comment - we can help you for this!
      Here you can check schema org Structured data for BreadcrumbList -https://developers.google.com/search/docs/data-types/breadcrumb#structured-data-type-definitions - Apply to your website and Validate your code using the Rich Results Test. Feel free to ask more help🛠️

  • Hi Gaurav,

    Can you tell me how i can resolve the problem in search console for my website?

    • Hello Prasad,
      Thanks for your comment! Can you please tell me about more details with the search console problem, Have you tried to add schema.org Structured Data with your site?

Recent Posts

Five Essential Payroll Compliance Tips for eCommerce Startups

Are you setting up a payroll system for your eCommerce startup? Ensuring compliance with myriad…

11 hours ago

Optimizing Laravel Blade: Unlocking Advanced Fetcher Techniques

In the expansive universe of Laravel development, Blade serves as the stellar templating engine, propelling…

12 hours ago

Magento 2: Add Quantity Increment and Decrement on Category Page

Hello Magento Friends, In this blog, we will discuss about adding quantity increment and decrement…

2 days ago

How to Integrate ChatGPT with Laravel Application?

In this guide, we'll explore how to integrate ChatGPT, an AI-powered chatbot, with a Laravel…

5 days ago

What are Net Sales? How to Calculate Your Net Sales?

In the world of business, understanding financial metrics is crucial for making informed decisions and…

1 week ago

Magento 2 Extensions Digest April 2024 (New Release & Updates)

Welcome to the MageComp Monthly Digest, where we bring you the latest updates, releases, and…

1 week ago