【发布时间】:2018-05-28 20:04:20
【问题描述】:
我们在 Magento 上有一个网站,我们在其中添加了网站徽标和联系人的结构数据。代码如下:
{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Website Name",
"url" : "https://www.website.com/",
"logo" : "https://www.website.com/pub/media/logo/stores/1/logo_1.png",
"contactPoint" : [{
"@type" : "ContactPoint",
"telephone" : "+1-111-222-333",
"email" : "in...@website.com",
"contactType" : "customer service"
}],
"sameAs" : [
"https://www.facebook.com/website-World-LLC-258456985/",
"https://twitter.com/Website",
"https://www.linkedin.com/company/website-url-llc",
"https://plus.google.com/+websiteUrl/about",
"http://www.pinterest.com/website/"
]
}
我们已经在structured data testing tool 上验证了代码,这没有问题。
我们在 6 个月前添加了此代码,但徽标、联系人和社交图标仍然没有显示在 Google 搜索中:https://prnt.sc/jlnvrs
此外,我们为网站上的产品评论添加了 Google 架构,并在结构化数据测试工具上进行了验证,这没有问题,但评论仍然没有显示在 Google 搜索结果中。
谁能想到,为什么上面没有显示商业标志?
【问题讨论】:
-
也许您可以澄清您的问题:* 指定用于徽标的图像大小 * 此图像是否可索引?
-
这是网站徽标:compressorworld.com/pub/media/logo/stores/1/cwlogo_1.png 徽标大小为 239x36
标签: magento2 google-search google-rich-snippets