`<div itemscope itemtype="http://data-vocabulary.org/product">
<div itemprop="name">
naren
</div>
<div itemprop="review" itemscope itemtype="http://data-vocabulary.org/review">
<span itemprop="rating">5</span>
</div>
<div itemprop="offers" itemscope itemtype="http://data-vocabulary.org/offer">
<span itemprop="price"> USD 500</span>
</div>
</div>`
我正在使用此代码来获取我的产品的价格和评级。我正在获取评级但价格未显示。但谷歌确实在底部显示价格信息但在搜索预览中没有显示/我在做什么错误的?
这是我得到的谷歌片段的结果
`Item
Type: http://data-vocabulary.org/product
name = naren
review = Item( 1 )
offers = Item( 2 )
Item 1
Type: http://data-vocabulary.org/review
rating = 5
Item 2
Type: http://data-vocabulary.org/offer
price = USD 500 `
请尝试测试此代码以了解我在http://www.google.com/webmasters/tools/richsnippets中的意思