Not sure if one of my plugins/mods is screwing this up but when I use either the OP's code or the code that was suggested in
this post
Using either code I get an error in google markup validator:
Obviously this is because the last breadcrumb is not a link. Not wanting any scary google errors I just shortened up navbar_link to make each breadcrumb a link and now no more errors.
Code:
<div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li>
</div>
If someone thinks this is a bad idea, let me know