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

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

WebSite Structured Data Sample

A fixture page with WebSite structured data and SearchAction.

जाँच URL

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

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

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

Use this to check site-level information and SearchAction structure.

आउटपुट

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://toolpool.tools#website",
  "name": "TOOLPOOL",
  "url": "https://toolpool.tools",
  "inLanguage": "hi-IN",
  "description": "Check, generate, format, and prepare small pieces of web work in the browser.",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://toolpool.tools/hi?query={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "mainEntityOfPage": "https://toolpool.tools/hi/samples/schema/website"
}
</script>