返回示例列表

结构化数据 // TOOLPOOL.SAMPLES

WebSite Structured Data Sample

A fixture page with WebSite structured data and SearchAction.

检查用 URL

https://toolpool.tools/zh-CN/samples/schema/website

此页面是用于验证的示例页面,已设置为不进入搜索索引。请从分类列表使用。

可确认的内容

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": "zh-CN",
  "description": "Check, generate, format, and prepare small pieces of web work in the browser.",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://toolpool.tools/zh-CN?query={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "mainEntityOfPage": "https://toolpool.tools/zh-CN/samples/schema/website"
}
</script>