我在 HTML 页面中为 SoftwareApplication 提供了结构化数据,如下所示:
https ://developers.google.com/structured-data/rich-snippets/sw-app
但如果我检查我的结构化数据: https ://developers.google.com/structured-data/testing-tool/
它有警告: 优惠:缺失和推荐
我的 Android 应用程序是免费的。我怎样才能写这个免费的应用程序?
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Price: $<span itemprop="price">1.00</span>
<meta itemprop="priceCurrency" content="USD" />
</div>