0

Google recognizes all my itemprops except the one for name. But I'm not doing anything different there. Do you have an idea what could be missing?

<div id="itemAll" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span id='myId' itemprop='name'>Product</span> </div>

4

1 に答える 1

1

二重引用符 "" に変更してみてください

<span id="myId" itemprop="name">Product</span>

製品名をこのスキーマにリンクする

<a itemscope itemtype="http://schema.org/Product" href="/product/url"> Product title</a>

または、Google の Microdata マークアップ ツールを使用できます

https://www.google.com/webmasters/markup-helper

于 2015-02-16T11:14:58.753 に答える