结构化数据 // TOOLPOOL.SAMPLES
SoftwareApplication Structured Data Sample
A fixture page that describes a Web tool as SoftwareApplication.
检查用 URL
https://toolpool.tools/zh-CN/samples/schema/software-application
此页面是用于验证的示例页面,已设置为不进入搜索索引。请从分类列表使用。
可确认的内容
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/zh-CN/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>