Google结构化数据需要" lowPrice"属性

时间:2015-07-08 02:23:40

标签: schema.org microdata google-rich-snippets

我在网站上有一些产品,其中一些有价格, 但有些是查询产品,没有价格页面。

谷歌搜索控制台告诉我lowPrice属性是必要的。如何在没有价格的情况下标记这些产品?

  

Missing: lowprice

以下是示例代码:

<tr itemscope itemtype="http://schema.org/Product">
<td><a itemprop="url" href="#"><img src="#.png" itemprop="image" class="ProdImg"></a></td>
<td><a href="#">KOA</a></td>
<td itemprop="description"><a href="#">name</a></td>
<td><a itemprop="url" href="#"><span itemprop="name">HV731JTTD1002F</span></a></td>
<td itemprop="description">HV73</td>
<td class="price"><a href="#">inquiry</a></td>
</tr>

0 个答案:

没有答案