構造化データ テスト ツールには、URL ビューと比較して HTML ビューで異なる RDF ブレッドクラム スニペットを表示した履歴がありますか?
www.springboardseo.com/resources/what-is/robots-txt.html など、自分のページにURL ビューを使用すると、スニペットは次のように表示されます: www.springboardseo.com › リソース › 用語集 › R :ただし、
HTML ビューを使用してページ全体の html を貼り付けると、次のようにスニペットが適切に表示されます: www.example.com › Resources › Glossary › R › Robots.txt
私がページに持っているマークアップは次のとおりです。
<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>