Created
September 24, 2015 23:29
Sample SoftwareApplication Schema Markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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