Datos estructurados // TOOLPOOL.SAMPLES
Organization Structured Data Sample
A fixture page that describes a site operator or brand as Organization.
URL de comprobación
https://toolpool.tools/es/samples/schema/organization
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 common properties such as name, URL, and logo.
- An Organization JSON-LD item is detected
- name, URL, logo, and similar properties are visible
- A site-level organization example can be checked
Salida
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://toolpool.tools#organization",
"name": "TOOLPOOL",
"url": "https://toolpool.tools",
"logo": "https://toolpool.tools/icon-512.png",
"description": "A collection of browser-based tools for small web production and development tasks.",
"sameAs": [
"https://toolpool.tools"
],
"mainEntityOfPage": "https://toolpool.tools/es/samples/schema/organization"
}
</script>