How to fix Breadcrumbs Error In Blogger 2021
That means, data-vocabulary.org schema feature is closed and we have to migrate to Schema.org.
<b:if cond='data:blog.pageType == "item"'> <div class="breadcrumb-outer"> <div itemscope='' itemtype="http://schema.org/BreadcrumbList"> <b:if cond='data:post.labels'> <span itemprop="itemListElement" itemscope='' itemtype="http://schema.org/ListItem"><a expr:href='data:blog.homepageUrl' itemprop="item"><span style='padding-left:8px;' itemprop="name">Home</span></a><meta itemprop="position" content="1" /></span>» <b:loop values='data:post.labels' var='label' index='i'> <b:if cond='data:i == 0'> <span itemprop="itemListElement" itemscope='' itemtype="http://schema.org/ListItem"><a expr:href='data:label.url + "?&max-results=7"' itemprop="item"><span itemprop="name"> <data:label.name/></span></a><meta itemprop="position" expr:content='data:i + 2' /></span><b:if cond='data:label.isLast !=
"true"'/>» </b:if> <!--CONDITION--> </b:loop> </b:if> <span class="breadcrumb-title" expr:title='data:post.title'> <data:post.title/> </span> </div> </div> </b:if> |
Show Result not Found Any Error .
Done.
Your Error Is Solve .
Any Other Error And Problem Comment now . I will try to help you .
0 Comments