How to fix breadcrumbs in google search console
- Because the Blogger theme does not have breadcrumbs, it's possible you're using a third-party theme or code. Because Blogger Help Community does not handle 3rd party themes, you will need to contact your 3rd party theme provider for additional assistance. They can assist you in resolving your problems.
Breadcrumbs Error:
- Breadcrumbs assist users to navigate the website by indicating which pages are available. If we didn't use the Google algorithm to optimize your theme.
How to Resolve the Breadcrumbs Problem?
First Method without "using code".
When a breadcrumb error warning arises after submitting a new URL in the GSC (Google Search Console), the Html structure on the blogger template must be changed using the following method:
Find the following line of code in your Blogger template:
<div class='breadcrumbs' id='breadcrumbs'> <div id='bread-crumbs'> <span itemscope='itemscope' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url' title='Home'><span itemprop='title'>Home </span></a></span> » <b:loop values='data:post.labels' var='label'> <span itemscope='itemscope' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:label.url + "?max-results=15"' expr:title='data:label.name' itemprop='url'><span itemprop='title'><data:label.name/></span></a><b:if cond='data:label.isLast != "true"'/> » </span> </b:loop><span><data:post.title/></span> </div></div>
Replace the line of code above with the following code:
4. And then test URL and VALIDATE FIX.