You will want to implement the Schema.org BreadcrumbList format. See https://mtekk.us/archives/guides/how-to-implement-schema-org-breadcrumblist-with-breadcrumb-navxt/
Note Breadcrumb NavXT’s default settings should be compliant with the Schema.org BreadcrumbList format (I’m using it on my site without any errors in the Google Structured Data Testing Tool). You can reset your setting to the new defaults using the Import/Export/Reset form under the Help dropdown menu.
Hey, I have the same problem and I did download your XML file but still getting an error.
Here is the screen shot: http://screencast.com/t/AU6lkz9BDG5q
I tried every possible way but couldn’t solve it.
Hope you can help me to resolve this.
Thanks!
Hey John,
First of all, thanks for your reply and the link.
I followed up the procedure as per link. But its showing me BreadcrumbList 13 errors.
Please see the screenshot for the errors http://www.awesomescreenshot.com/image/1135932/2951272520c6f727032b2eed0124453f
Can you please help me to resolve the issue.
Thank you John.
@smokazon:
If look at the screenshot you posted, you’re not using the Schema.org BreadcrumbList lexicon. It is the only method I support, and you can refer to the article I linked to above for what you have to do. Note that for older installations, there is a required change to the calling code (e.g. you need to use:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display')) { bcn_display(); }?>
</div>
).
@sabita Sahoo:
From the screenshot you posted, it looks like you have other things going on there. This is likely a cascading error, and I suggest removing all of the Twitter and Open Graph stuff and see if the problem persists. Then add things back in, one at a time, until it breaks, or everything is implemented.
Hi John,
Thanks for the quick reply. I had deactivated the other plugin which was creating meta tags. Now I am having following issues as per screenshot.
Image
Can you please help me to resolve the issue.
Thank you John.
How are you calling Breadcrumb NavXT? What does the surrounding HTML look like? It needs to look similar to the following:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display')) { bcn_display(); }?>
</div>
Hi John, thanks for your reply 🙂