Breadcrumb NavXT is a great WordPress Plugin, here’s my list of quick fixes, settings and tips for using the plugin on your website.
Breadcrumb Issues on Google
If you get the ‘Breadcrumbs issues detected on’ email from Google – with the following error – data-vocabulary.org schema deprecated, it’s likely the Breadcrumb NavXT plugin causing the issue.
Step 1 – Reset the plugin settings
Step 2 – Update your template file where you display the breadcrumb to:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>