← All types

SoftwareApplication

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "SoftwareApplication",
    "name": "TaskFlow Pro",
    "offers": {
        "@type": "Offer",
        "url": "https://example.com/taskflow-pro",
        "priceCurrency": "USD",
        "price": 4.99,
        "availability": "https://schema.org/InStock",
        "itemCondition": "https://schema.org/NewCondition"
    },
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 4.6,
        "bestRating": 5,
        "worstRating": 1,
        "ratingCount": 8250
    },
    "applicationCategory": "BusinessApplication",
    "operatingSystem": "Android, iOS",
    "datePublished": "2024-06-15",
    "review": {
        "@type": "Review",
        "author": "App Reviewer Weekly",
        "reviewRating": {
            "@type": "Rating",
            "ratingValue": 5,
            "bestRating": 5,
            "worstRating": 1
        },
        "reviewBody": "An indispensable productivity tool for managing complex projects."
    },
    "description": "A powerful task management app for professionals.",
    "screenshot": "https://example.com/taskflow-pro/screenshot.png"
}

Source: generate-softwareapplication.php

Schema: https://schema.org/SoftwareApplication