How to Fix Breadcrumbs error in Blogger | data-vocabulary deprecated in Wordpress|

Breadcrumbs Error can be generated due to some scripting errors in template code or Website, data-vocabulary deprecated error solve in easy steps.

 

What is a breadcrumbs Error in the google search console :

breadcrumbs error arrived on the website when Google boat crawl our site and that time they found unnecessary coding blocks and error breadcrumbs scripts in our website. Breadcrumbs give professional looks to our site and they provide structure to our pages on the internet. Basically, breadcrumbs make a category of a collection of different posts on the website. Users can easily find out the link of the post that are related to the same categories through the breadcrumbs feature.



Breadcrumbs are most important to the search engine:

Now as we know that breadcrumbs make a line to connect the different dots. Search engines, such as Google, Yahoo, Bing, etc., refer to using breadcrumbs in websites to easily find out the pages that the users want. It places everything as simple as google robots can reach there without any ambiguity. So that well-structured breadcrumbs increase the chance of putting the website within top search results.

How to fix breadcrumbs error in blogger, WordPress, and websites:

Breadcrumbs Error can be generated due to some scripting errors in template code or Website, you have to change a few lines of code with the new given below code.

For Blogger User:

Step 1: Open your blogger theme that comes left side panel on blogger and then clicks on "Edit HTML".   

google search consol error pdfcup.com



Step 2: Coding windows is now showing on the desktop. now you have to click on coding windows anywhere then press Ctrl + F and then type
.breadcrumbs a  and then press enter.
it looks something like this:




S
tep 3: Now add these two lines of code below the appear search highlighted result.

.breadcrumbs svg{width:16px;height:16px;vertical-align:-4px}

.breadcrumbs svg path{fill:#666}

# After putting these lines it will look like this:
breadcrumbs error pdfcup.com


Step 4. Now again press Ctrl + F and search
              <b:includable id='breadcrumb'
and then delete that old breadcrumb code.

For example:breadcrumbs error google search consol pdfcup.com



Step 5: Finally you have to paste one new code shipment at the place of the old deleted code that is given below.

<b:includable id='breadcrumb' var='posts'> <b:if cond='data:blog.pageType == &quot;item&quot;'> <b:loop values='data:posts' var='post'> <b:if cond='data:post.labels'> <div class='breadcrumbs' itemscope='itemscope' itemtype='https://schema.org/BreadcrumbList'> <svg viewBox='0 0 24 24'><path d='M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z' fill='#000000'/></svg> <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <a expr:href='data:blog.homepageUrl' title='Home' itemprop='item'> <span itemprop='name'>Home</span></a> <meta content='1' itemprop='position'/> </span> <svg viewBox='0 0 24 24'><path d='M5.5,9A1.5,1.5 0 0,0 7,7.5A1.5,1.5 0 0,0 5.5,6A1.5,1.5 0 0,0 4,7.5A1.5,1.5 0 0,0 5.5,9M17.41,11.58C17.77,11.94 18,12.44 18,13C18,13.55 17.78,14.05 17.41,14.41L12.41,19.41C12.05,19.77 11.55,20 11,20C10.45,20 9.95,19.78 9.58,19.41L2.59,12.42C2.22,12.05 2,11.55 2,11V6C2,4.89 2.89,4 4,4H9C9.55,4 10.05,4.22 10.41,4.58L17.41,11.58M13.54,5.71L14.54,4.71L21.41,11.58C21.78,11.94 22,12.45 22,13C22,13.55 21.78,14.05 21.42,14.41L16.04,19.79L15.04,18.79L20.75,13L13.54,5.71Z' fill='#000000'/></svg> <b:loop index='num' values='data:post.labels' var='label'> <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <a expr:href='data:label.url + &quot;?&amp;max-results=16&quot;' expr:title='data:label.name' itemprop='item'> <span itemprop='name'><data:label.name/></span> </a> <meta expr:content='data:num+2' itemprop='position'/> </span> <b:if cond='data:label.isLast != &quot;true&quot;'> <svg viewBox='0 0 24 24'><path d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' fill='#000000'/></svg> </b:if> </b:loop> <svg viewBox='0 0 24 24'><path d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' fill='#000000'/></svg> <span><data:post.title/></span> </div> </b:if> </b:loop> </b:if> </b:includable>

For example, It looks like this after placing the new breadcrumbs code.

breadcrumbs error pdfcup.com

Now the breadcrumbs error will remove from your search console after three to five days but you have to apply for a validation fix that is shown in the breadcrumbs section on the google search console.


For WordPress users:

WordPress users can fix the breadcrumbs error easily by installing the plugins on your WordPress. The most popular plugins for generating breadcrumbs on WordPress are:

1. Breadcrumb NavXT

2. Flexy Breadcrumb

3. Yoast SEO

4. WooCommerce Breadcrumbs

5. Breadcrumb

6. All In One SEO (AIOSEO)

7. RankMath

This plugin is easily available via searching on your WordPress extension plugins section, see this Example.


About the author

D Shwari
I'm a professor at National University's Department of Computer Science. My main streams are data science and data analysis. Project management for many computer science-related sectors. Next working project on Al with deep Learning.....

Post a Comment