Generating schema structure data on blogger is easy and simple. There are not many steps that are needed to be done.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Angry Birds",
"operatingSystem": "ANDROID",
"applicationCategory": "GameApplication",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"ratingCount": "8864"
},
"offers": {
"@type": "Offer",
"price": "1.00",
"priceCurrency": "USD"
}
}
</script>
Just paste the script in the particular post html on blogger and replace the highlighted terms with whatever your app/game is.
The type of app (for example, BusinessApplication or GameApplication). The value must be a supported app type.
There are these types of Schemas for Apps/Games Types:
- GameApplication
- SocialNetworkingApplication
- TravelApplication
- ShoppingApplication
- SportsApplication
- LifestyleApplication
- BusinessApplication
- DesignApplication
- DeveloperApplication
- DriverApplication
- EducationalApplication
- HealthApplication
- FinanceApplication
- SecurityApplication
- BrowserApplication
- CommunicationApplication
- DesktopEnhancementApplication
- EntertainmentApplication
- MultimediaApplication
- HomeApplication
- UtilitiesApplication
- ReferenceApplication