Easy Way TO FIX DATA-VOCABULARY.ORG SCHEMA ERROR IN BLOGGER 2021

 How to fix Breadcrumbs Error  In Blogger 2021





Many Blogger User Face this Error In Google Search Console Account in 2021 

New Breadcrumbs issue detected for site!




data-vocabulary.org schema is deprecated and not supported by Google anymore. Please migrate to using schema.org types.
That means, data-vocabulary.org schema feature is closed and we have to migrate to Schema.org.

The similar markup for Breadcrumbs List in Schema.org is  BreadcrumbList.


Easy Wat To Solution Error

1. Logging Your Blogger Account.


Related Article
2. Go to Themes
3. Click Customize Arrow And Select Edit HTML
4. Click On Code and CTL + F(find)


5. Write on Search Box breadcrumb
    And Find in Themes Below Line 
 "<b:includable id='breadcrumb' var='posts'>"
6. Remove Old Breadcrumb Code
7. Paste the Following code.

<b:if cond='data:blog.pageType == "item"'>

<div class="breadcrumb-outer">

<div itemscope='' itemtype="http://schema.org/BreadcrumbList">

<b:if cond='data:post.labels'>

<span itemprop="itemListElement" itemscope='' itemtype="http://schema.org/ListItem"><a expr:href='data:blog.homepageUrl' itemprop="item"><span style='padding-left:8px;' itemprop="name">Home</span></a><meta itemprop="position" content="1" /></span>»

<b:loop values='data:post.labels' var='label' index='i'>

<b:if cond='data:i == 0'>

<span itemprop="itemListElement" itemscope='' itemtype="http://schema.org/ListItem"><a expr:href='data:label.url + "?&amp;max-results=7"' itemprop="item"><span itemprop="name"> <data:label.name/></span></a><meta itemprop="position" expr:content='data:i + 2' /></span><b:if cond='data:label.isLast != "true"'/>»

</b:if<!--CONDITION-->

</b:loop>

</b:if>

<span class="breadcrumb-title" expr:title='data:post.title'>

<data:post.title/>

</span>

</div>

</div>

</b:if>

 

8. Save The themes 

9. Click  here " Structured Data Testing Tool"

10. Enter Your URL on  Box And Click RUN TEST

Show Result not Found Any Error .

Done.

 Your Error Is Solve .

Any Other Error And Problem  Comment now . I will try to help you .



0 Comments