Voltar aos exemplos

Dados estruturados // TOOLPOOL.SAMPLES

Organization Structured Data Sample

A fixture page that describes a site operator or brand as Organization.

URL de verificação

https://toolpool.tools/pt-BR/samples/schema/organization

Esta página de teste está marcada como noindex. Use-a a partir do índice de exemplos da categoria.

O que verificar

Use this to check common properties such as name, URL, and logo.

Saída

<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/pt-BR/samples/schema/organization"
}
</script>