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

2 min read
data-vocabulary.org schema deprecated

How To Fix Data Vocabulary org Schema Deprecated, Google Sending data-vocabulary.org Schema Deprecation Notices. Google announced yesterday that starting on April 6, 2020 it will no longer support data-vocabulary.org schema. Hours later, Google began sending notifications via Google Search Console about this happening

data-vocabulary.org schema deprecated

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

Breadcrumbs with data-vocabulary,org schema: (Old)

<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>

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>

Note: These Codes are Sample, You can edit Highlighted Bold

Check Also

4 Ways to Make your living Room Engaging and Interesting

The colour scheme and flooring play significant roles when transforming your living room i…