<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "SoftwareApplication", | |
"name": "Angry Birds", | |
"operatingSystem": "ANDROID", | |
"applicationCategory": "https://schema.org/GameApplication", | |
"aggregateRating": { | |
"@type": "AggregateRating", | |
"ratingValue": "4.6", | |
"ratingCount": "8864" | |
}, | |
"offers": { | |
"@type": "Offer", | |
"price": "1.00", | |
"priceCurrency": "USD" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment