Does the Structured Data Testing Tool have a history of showing different RDF breadcrumb snippets in HTML view compared with URL view?
When using URL view for my pages, e.g., www.springboardseo.com/resources/what-is/robots-txt.html the snippets show as: www.springboardseo.com › Resources › Glossary › R :however,
when using HTML view, pasting the entire page's html, the snippets display properly, as: www.example.com › Resources › Glossary › R › Robots.txt
The markup I have on-page is:
<div xmlns:v="http://rdf.data-vocabulary.org/#">
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/" rel="v:url" property="v:title">
Home
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/" rel="v:url" property="v:title">
Resources
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/glossary/" rel="v:url" property="v:title">
Glossary
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.springboardseo.com/resources/glossary/r.html" rel="v:url" property="v:title">
R
</a> ›
</span>
<span typeof="v:Breadcrumb" class="breadcrumbDest">
<a href="http://www.springboardseo.com/resources/what-is/robots-txt.html" rel="v:url" property="v:title">
Robots.txt
</a>
</span>
</div>