返回示例列表

结构化数据 // TOOLPOOL.SAMPLES

Organization Structured Data Sample

A fixture page that describes a site operator or brand as Organization.

检查用 URL

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

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

可确认的内容

Use this to check common properties such as name, URL, and logo.

输出内容

<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/zh-CN/samples/schema/organization"
}
</script>