All generators
Education · SoftwareApplication

Software / App Schema Generator

Apps, SaaS products, mobile apps.

output.json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "applicationCategory": "BusinessApplication",
  "offers": {
    "@type": "Offer",
    "price": 0,
    "priceCurrency": "USD"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "",
    "reviewCount": "",
    "bestRating": 5,
    "worstRating": 1
  }
}