Back to samples

Structured Data // TOOLPOOL.SAMPLES

SoftwareApplication Structured Data Sample

A fixture page that describes a Web tool as SoftwareApplication.

Target URL

https://toolpool.tools/en/samples/schema/software-application

This fixture page is marked noindex. Use it from the category sample index.

What to check

Use this as a fixture for a possible future tool-page schema.

Output

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "OGP Checker",
  "applicationCategory": "DeveloperApplication",
  "operatingSystem": "Web",
  "url": "https://toolpool.tools/en/samples/schema/software-application",
  "description": "A sample Web tool that checks Open Graph and social preview metadata in the browser.",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "publisher": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "url": "https://toolpool.tools"
  }
}
</script>