स्ट्रक्चर्ड डेटा // 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.
- An Organization JSON-LD item is detected
- name, URL, logo, and similar properties are visible
- A site-level organization example can be checked
आउटपुट
<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>