【发布时间】:2020-02-17 00:00:54
【问题描述】:
我为产品配置了谷歌结构化数据。尽管每个 itemprop 都在谷歌工具中显示,没有错误。例如:Google structured data tool。但是在谷歌我看不到价格。谷歌Same link in google 中的相同链接。我遵循了谷歌文档。例如,对于价格,我是这样编码的(为了简单起见,我只是放了静态值):
<div itemprop="offers" itemscopeitemtype="http://schema.org/Offer">
<span itemprop="priceCurrency" content="EUR">€</span>
<span itemprop="price" content="6599.59">6.599,59</span>
</div>
【问题讨论】:
标签: schema.org microdata google-rich-snippets