Google 搜索中看不到结构化数据徽标

Structured data logo is not visible in Google Search

我们在 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 上搜索结果。

任何人都可以知道,为什么商业标志不显示在上面?

根据Google guide to Logo

The image must be 112x112px, at minimum.

您指定的徽标不符合要求的尺寸。通过 Google 创建此要求的匹配项。

本指南中还说:

The image URL must be crawlable and indexable.

但是,您的徽标与此不匹配:与运算符 site and with the operator info.

也创建符合此要求的匹配项。