How do I implement Rich Snippets on a product/service that has monthly fee?
问题 Using these but it's not validating: <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> 回答1: To represent subscription costs (for an Offer ), you could use the UnitPriceSpecification type and its unitCode property. The unitCode ’s