सैंपल सूची पर वापस जाएँ

स्ट्रक्चर्ड डेटा // TOOLPOOL.SAMPLES

Article Structured Data Sample

A fixture page with common Article properties.

जाँच URL

https://toolpool.tools/hi/samples/schema/article

यह पेज जाँच के लिए बनाया गया सैंपल है, इसलिए इसे search index में शामिल नहीं किया जाता। इसे category sample index से इस्तेमाल करें।

क्या जाँचना है

Use this to check Article structured data extraction.

आउटपुट

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "@id": "https://toolpool.tools/hi/samples/schema/article#article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://toolpool.tools/hi/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": "hi-IN",
  "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>