我在哪里可以从我的富卡中放入json代码

时间:2017-08-01 05:23:35

标签: json seo google-search google-webmaster-tools

这是我的公司联系人富卡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>

我很困惑将此代码放在我的网站

1 个答案:

答案 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结构化数据测试工具

中测试您的富卡
  

https://search.google.com/structured-data/testing-tool/u/0/