Solution Breadcrumb Problem "itemListElement" column does not exist

The ItemListElement column does not exist. After yesterday faced with the Breadcrumb problem, data-vocabulary.org schema deprecated and Alhamdulilah can be overcome by replacing the URL Breadcrumb with the new version. If you want to know how, please visit the previous post entitled: Address Breadcrumb data-vocabulary.org schema deprecated

Henceforth today I am confronted again with the problem of Breadcrumb The "itemListElement" column does not exist.



I got the notification of this breadcrumb problem this morning via an email message and when I checked in the Google Search Console it turned out that there were a number of URLs that indicated problems with breadcrumb. The "itemListElement" column didn't exist





Enough to make a headache from morning to noon I tried to find a solution by way of Google Searching. I have already practiced a number of tutorials, but I have not overcome this problem. I also tried to modify the breadcrumb code by adding the code itemprop = 'itemListElement' but the results still failed when validated the Item List Element was still not found.

Solution Breadcrumb Problem "itemListElement" column does not exist

For those of you who work as a Blogger and are faced with the same problem, Breadcrumb "ItemListElement" column does not exist. You can follow the steps below to fix it

1. Open the Blogger Dashboard, select the Themes menu, click on EDIT HTML

2. Search for your Breadcrumb Template Code, use the Search Feature by pressing the CTRL + F keyboard combination and search keyword <b:includable id='breadcrumb' var='posts'>  so it's easier to find it. The code is more or less like this:
 
<b:includable id='breadcrumb' var='posts'>
      <b:if cond='data:blog.homepageUrl != data:blog.url'> 
      <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
   
         <div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'/></span> <span><data:blog.pageName/></span>
     </div>
      <b:else/>
        <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'><span itemscope='' itemtype='http://schema.org/BreadcrumbList'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> <i class='fa fa-angle-right'/><b:loop values='data:post.labels' var='label'><span itemscope='' itemtype='http://schema.org/BreadcrumbList'><a expr:href='data:label.url + &quot;?&amp;amp;max-results=6&quot;' itemprop='url'><span itemprop='title'> <data:label.name/></span></a> <i class='fa fa-angle-right'/></span><b:if cond='data:label.isLast != &quot;true&quot;'> </b:if> </b:loop> <span><data:post.title/></span>
        </div>
        <b:else/>
        <div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'/></span> <span>Uncategories</span> <span><data:post.title/></span></div>
     </b:if>
        </b:loop>
      <b:else/>
        <b:if cond='data:blog.pageType == &quot;archive&quot;'>
        <div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='nofollow'/></span> <span> Archive for <data:blog.pageName/></span> 
     </div> 
      <b:else/>
      </b:if>
      </b:if>
      </b:if>
      </b:if>
</b:includable>

Breadcrumb code is usually and generally is located above the code <b:includable id='comment-form' var='post'/>


3. After you find the Breadcrumb code, copy the following Breadcrumb code

 
<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'>
<span itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'>
<a expr:href='data:blog.homepageUrl' itemprop='item' title='Home'>
<span itemprop='name'>Home</span></a>
<meta content='1' itemprop='position'/>
</span>
<i class='fa fa-angle-right'/>
<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;'>
<i class='fa fa-angle-right'/>
</b:if>
</b:loop>
<i class='fa fa-angle-right'/>
<span><data:post.title/></span>
</div>
</b:if>
</b:loop>
</b:if>
</b:includable>



4. Replace your Breadcrumb template code using the Breadcrumb code above.

5. Save changes by clicking Save Menu Theme

6. Return to the Google Search Console Breadcrumb page, Try doing a Repair Validation



7. If the Procedure is correct it should be Validate Repair for errors or problems The "itemListElement" column doesn't exist.

8. Problem status The "itemListElement" column does not exist will change to "Begins"



9. Wait for the Google Search Console Validation process usually takes 1-2 days if the status "Started" has changed to "Looks Good" which means the process of fixing the problem BreadcruColumn "itemListElement" does not work and is just waiting for an email notification that the problem was successfully fixed.

If the appearance of breadcrumb on the posting page is not appropriate, delete the following code to eliminate the display of breadcrumb on the posting page<b:include data='posts' name='breadcrumb'/>.



Thus Tutorial How to Resolve and Fix Breadcru Problems The "itemListElement" column is not in Google Search Console. good luck and good luck, don't forget to leave a trail by like Like FansPage, Subscribe and Share to Social Media or to other Blogger friends who might really need this solution.
want to subscribe to the Latest Post Update Notifications? Please Follow Blogger Knowledge On Google News. Yuk...Subscribe Channel Youtube Berbagi Tutorial Online for those of you who like tutorials in the form of video recordings.