Cam*_* Co 3 schema.org google-rich-snippets
使用这些但它没有验证:
<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>
Run Code Online (Sandbox Code Playgroud)
要表示订阅成本(对于Offer),您可以使用UnitPriceSpecificationtype及其unitCodeproperty。
\xe2\x80\x99s值unitCode可以是 UN/CEFACT 通用代码,其中MON是月份代码。
在微数据中,这可能看起来像:
\n\n<div itemscope itemtype="http://schema.org/Product">\n\n <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">\n\n <div itemprop="priceSpecification" itemscope itemtype="http://schema.org/UnitPriceSpecification">\n Prices start at <meta itemprop="priceCurrency" content="PHP" />Php\n <span itemprop="price">1799.00</span>\n <meta itemprop="unitCode" content="MON">(monthly)\n </div>\n\n </div> \n\n</div>\nRun Code Online (Sandbox Code Playgroud)\n
| 归档时间: |
|
| 查看次数: |
2430 次 |
| 最近记录: |