社交媒体链接Google搜索个人资料不起作用

时间:2018-09-07 10:17:38

标签: google-apps-script social-media

我试图添加社交媒体链接Google搜索个人资料。

我在head标签中添加了以下代码。

    <script type="application/ld+json">
    { "@context" : "http://schema.org",
      "@type" : "Organization",
      "name" : "Your Organization Name",
      "url" : "http://www.your-site.com",
      "sameAs" : [ "http://www.facebook.com/your-profile",
        "http://www.twitter.com/yourProfile",
        "http://plus.google.com/your_profile"] 
    }
    </script>

我已经在https://search.google.com/structured-data/testing-tool/u/0/中添加了经过测试的代码  我的网站也爬了起来。但是在Google搜索个人资料中,不会显示社交媒体图标。

0 个答案:

没有答案