Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 26, 2015 08:07
Show Gist options
  • Save ds0nt/a90d10a4e18bbbf7df13 to your computer and use it in GitHub Desktop.
Save ds0nt/a90d10a4e18bbbf7df13 to your computer and use it in GitHub Desktop.
<div itemscope itemtype="http://schema.org/SoftwareApplication">
<span itemprop="name">{{name}}</span><br>
REQUIRES <span itemprop="operatingSystem">browser</span><br>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
RATING <span itemprop="ratingValue">5</span>
(<span itemprop="ratingCount">5 ratings</span>)
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Price: $<span itemprop="price">10</span>
<meta itemprop="priceCurrency" content="USD">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment