Voltar aos exemplos

Dados estruturados // TOOLPOOL.SAMPLES

Article Structured Data Sample

A fixture page with common Article properties.

URL de verificação

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

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 Article structured data extraction.

Saída

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "@id": "https://toolpool.tools/pt-BR/samples/schema/article#article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://toolpool.tools/pt-BR/samples/schema/article"
  },
  "headline": "Article Structured Data Sample",
  "description": "A fixture page with common Article properties.",
  "image": [
    "https://toolpool.tools/ogp.png"
  ],
  "datePublished": "2026-05-06T00:00:00.000+09:00",
  "dateModified": "2026-05-06T00:00:00.000+09:00",
  "inLanguage": "pt-BR",
  "author": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "url": "https://toolpool.tools"
  },
  "publisher": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "url": "https://toolpool.tools",
    "logo": {
      "@type": "ImageObject",
      "url": "https://toolpool.tools/icon-512.png"
    }
  }
}
</script>