ブレッドクラムを正しく設定したかどうかわかりません。すべてのページに次のようなブレッドクラムがあります。
<body itemscope="itemscope" itemtype="http://schema.org/WebPage">
<div class="breadcrumb">
<a title="MY Site Title" rel="home" itemprop="breadcrumb" href="http://www.mysite.com/">MY Site Title</a>
<span class="navigation-pipe">»</span>
<a title="Category Name" itemprop="breadcrumb" href="http://www.mysite.com/CategoryName">Category Name</a>
<span class="navigation-pipe">»</span>Product Page
</div>
製品ページの場合は、パンくずリストの後にこれを本文に追加します。
<div itemscope itemtype="http://schema.org/Product">
With Product info HERE
</div>