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

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

Organization Structured Data Sample

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

जाँच URL

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

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

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

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

आउटपुट

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