Skip to content

Instantly share code, notes, and snippets.

@jessotron
Created September 24, 2015 23:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jessotron/622b143fd4d691d2329c to your computer and use it in GitHub Desktop.
Save jessotron/622b143fd4d691d2329c to your computer and use it in GitHub Desktop.
Sample SoftwareApplication Schema Markup
<div itemscope itemtype="http://schema.org/MobileApplication">
<meta itemprop="url" content="https://play.google.com/store/apps/details?id=com.elitesem.calculator">
<h1 itemprop="name">SEM Calculator 2.0</h1>
Updated: <span itemprop="datePublished">September 3, 2014</span>
Size: <span itemprop="fileSize">1.9M</span>
Requires <span itemprop="operatingSystem">Android 2.3 and up</span>
Category: <span itemprop="applicationCategory">Business</span>
Rating:
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">4.0</span> (
<span itemprop="ratingCount">1</span> rating )
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer"><meta content="0" itemprop="price"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment