Featured Post

HOW TO FIX ERROR BREADCRUMB PROBLEMS IN GOOGLE SEARCH CONSOLE

How to Fix Breadcrumb Error Problems in Google Search Console - Recently you will definitely get a notification from Google Search Console (GSC) where there is a Breadcrumb problem on your blog that needs to be fixed immediately so that the data structure on your blog returns to normal.

How to Fix Breadcrumb Error Problems on Blogs, this time I will give you tips on easy and effective ways to overcome them. Before we begin you need to know what Breadcrumb is? Breadcrumbs is a navigation on a blog that informs and helps visitors to understand their location while on a website. breadcrumbs are made to perfect navigation on blogs such as homepages, categories, tags, and also archives on websites or blogs.



How to Fix Breadcrumb Error Problems in Google Search Console - Recently you will definitely get a notification from Google Search Console (GSC) where there is a Breadcrumb problem on your blog that needs to be fixed immediately so that the data structure on your blog returns to normal.    How to Fix Breadcrumb Error Problems on Blogs, this time I will give you tips on easy and effective ways to overcome them. Before we begin you need to know what Breadcrumb is? Breadcrumbs is a navigation on a blog that informs and helps visitors to understand their location while on a website. breadcrumbs are made to perfect navigation on blogs such as homepages, categories, tags, and also archives on websites or blogs.


The following is a notification that I got from the google search console because of the breadcrumb problem on my blog.


After understanding and reading a little what causes the problem. Google has informed that they delete data-vocabulary.org and require each template template to be migrated to schema.org .


Why does Google have to delete data-vocabulary.org? To better understand, let's prove ourselves that the address with data-vocabulary.org is not available or is an error. How to check it, please copy or type the url like this: http://data-vocabulary.org in your google chrome browser, it will look like the picture below:


How to Fix Breadcrumb Error Problems in Google Search Console - Recently you will definitely get a notification from Google Search Console (GSC) where there is a Breadcrumb problem on your blog that needs to be fixed immediately so that the data structure on your blog returns to normal.    How to Fix Breadcrumb Error Problems on Blogs, this time I will give you tips on easy and effective ways to overcome them. Before we begin you need to know what Breadcrumb is? Breadcrumbs is a navigation on a blog that informs and helps visitors to understand their location while on a website. breadcrumbs are made to perfect navigation on blogs such as homepages, categories, tags, and also archives on websites or blogs.

To fix it is not too difficult you just have to replace the word https://data-vocabulary.org/breadcrumb with code  https://schema.org/BreadcrumbList

Is the code https://schema.org/BreadcrumbList active on google not error like the data-vocabulary code , you better prove it the same way copy the code then paste it on google chrome. See the results as below:

In the picture above prove that the new code that you will install works well to solve the error problem on your blog or google search console.

Because of the large number of data-vocabulary.org codes that need to be replaced in your blog template, in order to save time and shorten the process I will give you a full code that I get through the internet and almost everything is the same using the following code.

ways to overcome the problem of breadcrumb error by using code that has been widely circulated on Google, here is step by step.

1. Login to the blogger first

2. Click the Themes menu then Edit HTML

3. Look for the following code:

<b:includable id='breadcrumb' var='posts'> ..... end..... </b:includable>

For a clearer and easier understanding, please look at the image below:
How to Fix Breadcrumb Error Problems in Google Search Console - Recently you will definitely get a notification from Google Search Console (GSC) where there is a Breadcrumb problem on your blog that needs to be fixed immediately so that the data structure on your blog returns to normal.    How to Fix Breadcrumb Error Problems on Blogs, this time I will give you tips on easy and effective ways to overcome them. Before we begin you need to know what Breadcrumb is? Breadcrumbs is a navigation on a blog that informs and helps visitors to understand their location while on a website. breadcrumbs are made to perfect navigation on blogs such as homepages, categories, tags, and also archives on websites or blogs.


4. You only need to delete the code that I blocked as shown above and then replace it with the code below.

 <b:includable id='breadcrumb' var='posts'> <b:if cond='data:view.isPost'> <b:loop values='data:posts' var='post'> <div class='breadcrumbs' itemscope='itemscope' itemtype='https://schema.org/BreadcrumbList'> <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <a expr:href='data:blog.homepageUrl' itemprop='item' title='Home'> <meta content='1' itemprop='position'/> <span itemprop='name'><b:switch var='data:blog.locale'><b:case value='id'/>Beranda<b:default/>Home</b:switch></span></a> </span> <b:if cond='data:post.labels'> <b:loop index='nomor' values='data:post.labels' var='label'> &amp;nbsp;&#8250;&amp;nbsp; <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <meta expr:content='data:nomor+2' itemprop='position'/> <a expr:href='data:label.url + &quot;?&amp;max-results=8&quot;' expr:title='data:label.name' itemprop='item' rel='nofollow'> <span itemprop='name'><data:label.name/></span> </a> </span> </b:loop> <b:else/> &amp;nbsp;&#8250;&amp;nbsp; <span itemprop='name'><data:blog.pageName/></span> </b:if> </div> </b:loop> <b:elseif cond='data:view.isPage'/> <div class='breadcrumbs' itemscope='itemscope' itemtype='https://schema.org/BreadcrumbList'> <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <a expr:href='data:blog.homepageUrl' itemprop='item' title='Home'> <meta content='1' itemprop='position'/> <span itemprop='name'><b:switch var='data:blog.locale'><b:case value='id'/>Beranda<b:default/>Home</b:switch></span></a> </span> &amp;nbsp;&#8250;&amp;nbsp; <span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'> <meta expr:content='data:num+2' itemprop='position'/> <a expr:href='data:blog.url' expr:title='data:post.url' itemprop='item'> <span itemprop='name'><data:blog.pageName/></span> </a> </span> </div> </b:if> </b:includable>

5. Save Theme. Done

After you have finished changing the breadcrumb error code on your blog, the next step is that you must validate on the google search console, please enter the search console and enter the error Breadcrumbs, just select Repair Validation.

If it has been validated, you just have to wait, there will be a report later if the repair validation is successful. If it is successful it can be ensured that the blog search console will run smoothly again without encountering errors about breadcrumbs.

Thank you for reading my article about how to fix breadcrumb error problems in the Google search console easily and quickly, hopefully this article can help your problem.