स्ट्रक्चर्ड डेटा // TOOLPOOL.SAMPLES
SoftwareApplication Structured Data Sample
A fixture page that describes a Web tool as SoftwareApplication.
जाँच URL
https://toolpool.tools/hi/samples/schema/software-application
यह पेज जाँच के लिए बनाया गया सैंपल है, इसलिए इसे search index में शामिल नहीं किया जाता। इसे category sample index से इस्तेमाल करें।
क्या जाँचना है
Use this as a fixture for a possible future tool-page schema.
- A SoftwareApplication JSON-LD item is detected
- applicationCategory, operatingSystem, and offers are visible
- A possible tool-page schema can be tested
आउटपुट
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OGP Checker",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"url": "https://toolpool.tools/hi/samples/schema/software-application",
"description": "A sample Web tool that checks Open Graph and social preview metadata in the browser.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"publisher": {
"@type": "Organization",
"name": "TOOLPOOL",
"url": "https://toolpool.tools"
}
}
</script>