加载中...
加载中...
选择页面类型,填写品牌、页面、产品、服务、FAQ 和面包屑信息,自动生成可嵌入页面的 JSON-LD,并检查字段完整性和内容一致性风险。
建议先生成 Organization、WebSite、WebPage,再根据页面真实内容添加 Article、Product、Service、FAQ 或 Breadcrumb。不要给页面没有展示的内容强行加 Schema。
已选择 6 种 Schema 类型,生成一份 @graph JSON-LD。
当前 JSON-LD 可以正常生成和解析。
将以 https://herewow.com/services/website-health-check 作为当前页面主 URL。
品牌实体名称是「踢木桩工作室」。
页面标题和描述已填写,可用于 WebPage、Article、Product 或 Service。
Service 已有服务名称,可用于 B2B 服务页或方案页。
已识别 2 组问答。请确保这些问答在页面上真实可见。
已识别 3 个面包屑层级。
结构化数据应该描述页面上真实可见的主体、产品、服务、文章或 FAQ,不建议把页面没有展示的信息塞进 Schema。
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://herewow.com#organization",
"name": "踢木桩工作室",
"url": "https://herewow.com",
"description": "专为中国 B2B 出海企业提供增长型建站、SEO/GEO 内容增长和 AI 内容系统服务。",
"logo": {
"@type": "ImageObject",
"url": "https://herewow.com/images/logo.png"
},
"sameAs": [
"https://herewow.com"
]
},
{
"@type": "WebSite",
"@id": "https://herewow.com#website",
"name": "Herewow",
"url": "https://herewow.com",
"publisher": {
"@id": "https://herewow.com#organization"
},
"inLanguage": "zh-CN"
},
{
"@type": "WebPage",
"@id": "https://herewow.com/services/website-health-check#webpage",
"url": "https://herewow.com/services/website-health-check",
"name": "B2B 出海网站问题诊断服务",
"description": "帮助 B2B 出海企业诊断网站结构、SEO/GEO 基础、内容承接和询盘转化问题,判断该优化、迁移还是重建。",
"isPartOf": {
"@id": "https://herewow.com#website"
},
"about": {
"@id": "https://herewow.com#organization"
},
"inLanguage": "zh-CN"
},
{
"@type": "Service",
"@id": "https://herewow.com/services/website-health-check#service",
"name": "B2B 出海网站问题诊断",
"description": "帮助 B2B 出海企业诊断网站结构、SEO/GEO 基础、内容承接和询盘转化问题,判断该优化、迁移还是重建。",
"provider": {
"@id": "https://herewow.com#organization"
},
"areaServed": "Global",
"url": "https://herewow.com/services/website-health-check"
},
{
"@type": "FAQPage",
"@id": "https://herewow.com/services/website-health-check#faq",
"mainEntity": [
{
"@type": "Question",
"name": "这个诊断适合什么企业?",
"acceptedAnswer": {
"@type": "Answer",
"text": "适合已经有英文网站、但询盘少、收录慢、内容结构不清晰的 B2B 出海企业。"
}
},
{
"@type": "Question",
"name": "诊断后会得到什么?",
"acceptedAnswer": {
"@type": "Answer",
"text": "你可以更清楚判断当前网站该优化、迁移还是重建,并明确优先处理的问题。"
}
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://herewow.com/services/website-health-check#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "首页",
"item": "https://herewow.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "增长型建站",
"item": "https://herewow.com/services/ai-website-builder"
},
{
"@type": "ListItem",
"position": 3,
"name": "网站问题诊断",
"item": "https://herewow.com/services/website-health-check"
}
]
}
]
}
</script>Why This Tool
对 B2B 出海网站来说,Schema 可以帮助搜索引擎和 AI 搜索更清楚理解品牌是谁、页面讲什么、产品或服务是什么、问答和面包屑如何组织。这个工具把常见 Schema 组合成一份 JSON-LD,并提醒哪些字段需要和页面可见内容保持一致。
Organization、WebSite、WebPage 串起品牌、网站和页面。
Product 和 Service 适合产品页、服务页和方案页。
Article、FAQPage 帮助解释文章和问答内容。
BreadcrumbList 帮助说明页面在网站里的位置。