这是我的公司联系人富卡JSON
代码,但我收到错误:
“提供的所有值 https://search.google.com/structured-data/testing-tool/必须拥有 相同的域名。“
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.example.com",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-401-555-1212",
"contactType": "customer service"
}]
}
</script>
我很困惑将此代码放在我的网站
答案 0 :(得分:0)
将其设置为普通的 javascript
代码。
例如,
<head>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.example.com",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-401-555-1212",
"contactType": "customer service"
}]
}
</script>
</head>
您还可以在 Google结构化数据测试工具
中测试您的富卡