schema.org のパンくずリストのマイクロ データを使用して、Google に私のパンくずリストを検索結果に表示させようとしています。Google の構造化データ テスト ツールを使用すると、ブレッドクラムが検索結果のサンプルに表示されず、次のメッセージが表示されます。テキストは、ユーザーが入力したクエリによって異なります。」
私が使用している URL にはクエリ文字列が含まれていないため、それがわかりません ( http://www.fastfoodnutrition.org/6_r-taco-bell/8511_i-sausage-flatbread-melt-nutrition-facts. html )
これが私のコードです:
<ol class="breadcrumb" itemscope itemtype="http://schema.org/breadcrumb">
<li><a itemprop="url" href="/6_r-taco-bell/nutrition-facts.html" title="/6_r-taco-bell/nutrition-facts.html"><span itemprop="title">Taco Bell</span></a></li>
<li><a itemprop="url" href="/6_r-taco-bell/269_c-breakfast-nutrition-facts.html" title="/6_r-taco-bell/269_c-breakfast-nutrition-facts.html"><span itemprop="title">Breakfast</span></a></li>
<li>Sausage Flatbread Melt Nutrition Facts</li>
</ol>