【发布时间】:2014-11-19 05:11:24
【问题描述】:
使用这些但它没有验证:
<div itemscope itemtype="http://schema.org/Product">
<h1 itemprop="name">Product</h1>
<span itemprop="description">Product
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Prices start at <meta itemprop="priceCurrency" content="PHP" />Php
<span itemprop="price">1799.00 (monthly)
</div>
</div>
【问题讨论】:
-
您如何/在哪里验证它以及验证器报告什么?
-
我正在尝试使用丰富的 sn-ps,以便它会显示在搜索结果中,但我看到的所有示例都仅适用于价格和价格范围。试图包括“每月”文本。验证器没有给出任何具体错误,但预览只显示价格,而不是每月文本。
-
我更新了my answer:有指定月费的解决方案。
标签: schema.org google-rich-snippets