Software
ProductRich Result Eligible
SoftwareApplication
A software application or web app. Enables rich results with app name, rating, operating system, and price.
Rich Result: Software App
Required Properties
name
applicationCategory
operatingSystem
Recommended Properties
description
url
aggregateRating
offers
screenshot
featureList
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "SEOCheckPilot",
"applicationCategory": "SEO Tool",
"operatingSystem": "Web",
"url": "https://seocheckpilot.com",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "512"
}
}
</script>Test your SoftwareApplication markup
Validate and generate SoftwareApplication JSON-LD for your site