初めてリッチスニペットを導入するです。
通販サイトで以下のように使用する予定ですが、
html
1 <!--パンクズリスト--> 2 <p itemscope itemtype="http://schema.org/BreadcrumbList" class="list"> 3 <span itemprop="itemListElement"> 4 <a href="../index.html"><span itemprop="name">トップ</span></a> 5 <meta itemprop="position" content="1" /> 6 </span> 7 > 8 <span itemprop="itemListElement"> 9 <span itemprop="name">カテゴリー名</span> 10 <meta itemprop="position" content="2" /> 11 </span> 12 > 13 <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> 14 <span itemprop="name">商品名</span> 15 <meta itemprop="position" content="3" /> 16 </span> 17 </p> 18 <!--/パンクズリスト-->
これでおかしな点、改善すべき点はありますか?
スキーマを使います。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/02/12 01:52