我试图添加社交媒体链接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搜索个人资料中,不会显示社交媒体图标。