JSON-LD for SoftwareApplication, Organization and FAQ.
BusinessApplication, DeveloperApplication, …
0 for free
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Acme Analytics",
"url": "https://acme.example",
"description": "Privacy-first web analytics for small teams.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "19",
"priceCurrency": "USD"
},
"image": "https://acme.example/logo.png",
"sameAs": [
"https://x.com/acme",
"https://github.com/acme"
]
}
</script>