Hello, Indrenitech How To Fix The Breadcrumbs Issue On Blogger

Resp ads 1

How To Fix The Breadcrumbs Issue On Blogger

How to fix the breadcrumbs issue


 How to fix the breadcrumbs issue

If you are a blogger then you must have got Breadcrumbs Error in Google Search Console. Google has recently made some changes to its algorithm. Due to which the breadcrumbs error has come to all bloggers. In this article you will get complete information about how to fix Breadcrumbs Error.

What is breadcrumbs

When we open an article. So we have a navigation from the home page of the website to the Artical Open. Which is above Article Tittle. Which is called Breadcrumbs.

Example - Home >> Blogging >> How to fix Breadcrumbs on Blogger

For example, to open an article, first we will come to the website homepage, then after clicking on the article later on Article Tittle, we reach an article.

How to fix Breadcrumbs Error

Fixing the Breadcrumbs Error is very easy. If you know HTML Coding. So it is much easier for you. But if you do not know Coding then you are from a developer. Can get the fix done. Or if you have a Premium Theme. So you can wait till the Theme / Template update arrives. Apart from this, you can fix yourself. By following the steps mentioned below.

Blogger >> Theme >> Edit Hatml


  1. First login to Blogger.
  2. After that go to Theme.
  3. Now you first make a backup of your Theme, so if you make a mistake. So you can make your blog like before.
  4. Then click on Edit HTML.
  5. Now you have to make some changes in Theme HTML.
  6. If you are a mobile user. So you can download the theme and make changes from QuickEdit Apps.
  7. Now you have to type Ctrl + F simultaneously. And have to search. Breadcrumbs
  8. As described in the image. Search and intercept this code and copy and paste this code below.


.breadcrumbs svg {width: 16px; height: 16px; vertical-align: -4px}
.breadcrumbs svg path {fill: # 666}

Now you have to search breadcrumbs once again. Select and remove the code from <b: inclusive id = 'breadcrumb to where the breadcrumbs tag is close and copy and paste the code below.

<b: includable id = 'breadcrumb' var = 'posts'> <b: if cond = 'data: blog.pageType == "item"'> <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 =' ht tps: //schema.org/ListItem '> <a expr:href='data:label.url + "?&max-results=16"' 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! = "true"'> <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: included

Now you have to save the theme. Your Bredcrumbs Error Fix must have been done.
To check. You open the Breadcrumbs Tab in Google Search Console, copy a URL and paste the URL in the Google Search Console Search Box and press Inter and wait for a minute. Your breadcrumbs must have had a green tick.

If you still have any problem in fixing the Breadcrumbs Error then comment us. We will try our best to reply to your comment.

Post a Comment

0 Comments