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>
To represent subscription costs (for an
Offer), you could use theUnitPriceSpecificationtype and itsunitCodeproperty.The
unitCode’s value can be a UN/CEFACT Common Code, whereMONis the code for month.In Microdata, this could look like: