SoftwareApplication — Web App / SaaS
Schema for a web application or SaaS tool with rating, pricing, and feature list.
Rich Result: Software App rich result (rating, OS, price)
When to Use
SaaS products, web apps, browser extensions, and downloadable software. Enables Software App rich results in Google Search with star ratings, operating system, and price.
JSON-LD Code
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "SEOCheckPilot",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "SEO Tool",
"operatingSystem": "Web, Chrome OS, Windows, macOS, Linux",
"url": "https://seocheckpilot.com",
"description": "Free SEO audit tool with AI search visibility monitoring, Core Web Vitals checker, schema validator, and 30+ SEO tools. No signup required.",
"screenshot": [
"https://seocheckpilot.com/screenshots/dashboard.jpg",
"https://seocheckpilot.com/screenshots/audit-report.jpg"
],
"featureList": [
"Full site SEO audit",
"Core Web Vitals checker",
"AI visibility monitoring",
"Schema validator and generator",
"Redirect tracer",
"Broken link checker"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"description": "Free plan — no signup required for most tools"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1247",
"bestRating": "5",
"worstRating": "1"
},
"publisher": {
"@type": "Organization",
"name": "SEOCheckPilot",
"url": "https://seocheckpilot.com"
}
}
</script>Implementation Notes
Google requires aggregateRating to have at least 1 review for Software App rich results to display. The ratingValue must be between worstRating and bestRating.
Validate & test this schema
Check your implementation against Google guidelines