Volver a ejemplos

Datos estructurados // TOOLPOOL.SAMPLES

WebSite Structured Data Sample

A fixture page with WebSite structured data and SearchAction.

URL de comprobación

https://toolpool.tools/es/samples/schema/website

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

Qué comprobar

Use this to check site-level information and SearchAction structure.

Salida

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://toolpool.tools#website",
  "name": "TOOLPOOL",
  "url": "https://toolpool.tools",
  "inLanguage": "es-ES",
  "description": "Check, generate, format, and prepare small pieces of web work in the browser.",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://toolpool.tools/es?query={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "mainEntityOfPage": "https://toolpool.tools/es/samples/schema/website"
}
</script>