Volver a ejemplos

Datos estructurados // TOOLPOOL.SAMPLES

SoftwareApplication Structured Data Sample

A fixture page that describes a Web tool as SoftwareApplication.

URL de comprobación

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

Esta página de prueba está marcada como noindex. Úsala desde el índice de ejemplos de la categoría.

Qué comprobar

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

Salida

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "OGP Checker",
  "applicationCategory": "DeveloperApplication",
  "operatingSystem": "Web",
  "url": "https://toolpool.tools/es/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>