I have structured data for SoftwareApplication in HTML page like this:
https://developers.google.com/structured-data/rich-snippets/sw-app
But if I check my structured-data: https://developers.google.com/structured-data/testing-tool/
Its have warning: offers: missing and recommended
My Android application is free. How can I write this for free App?
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Price: $<span itemprop="price">1.00</span>
<meta itemprop="priceCurrency" content="USD" />
</div>