简体   繁体   English

结构化数据徽标在Google搜索中不可见

[英]Structured data logo is not visible in Google Search

We have one website on Magento where we added the structure data for the website logo and contact. 我们在Magento上有一个网站,我们在其中添加了网站徽标和联系人的结构数据。 Here is the code: 这是代码:

{
"@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/"
]
} 

We have validated the code onto the structured data testing tool and there is no issue on that. 我们已经将代码验证到了结构化数据测试工具上 ,对此没有任何问题。

We added this code since before 6 months but still, logo, contact and the social icon does not show in the Google Search: https://prnt.sc/jlnvrs 我们从6个月前开始添加此代码,但徽标,联系人和社交图标仍未显示在Google搜索中: https : //prnt.sc/jlnvrs

Also, we added the Google schema for the product reviews on the website and validated on the structured data testing tool and there is no issue on that but still reviews are not displayed on Google search result. 此外,我们在网站上为产品评论添加了Google模式,并在结构化数据测试工具上进行了验证,虽然没有问题,但评论仍未显示在Google搜索结果中。

Can anyone have an idea, why the business logo is not displayed on this? 任何人都可以知道为什么没有在其上显示企业徽标吗?

According to the Google guide to Logo : 根据Google徽标指南

The image must be 112x112px, at minimum. 图片必须至少为112x112px。

Your logo that you specified does not have the required sizes. 您指定的徽标没有所需的尺寸。 Create a match for this requirement by Google. 为此Google创建一个匹配项。

Also in this guide says: 另外在本指南中说:

The image URL must be crawlable and indexable. 图片网址必须是可抓取的和可索引的。

However, your logo does not match this: with the operator site and with the operator info . 但是,您的徽标与此不符:与操作员站点以及操作员信息不符。

Create also a match with this requirement. 创建与此匹配的匹配项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在弹性搜索中存储数据? - How to store data in Elastic search? 将Magento2样本数据中的Luma Thema样本图像扩展到自定义主题时,为什么不可见? - Why are the Luma Thema sample images from Magento2 sample data not visible when extending it to a custom theme? Magento 2 会话数据在谷歌浏览器中被删除 - Magento 2 session data gets deleted in google chrome Magento 2:如何在phtml文件中调用徽标 - Magento 2: How to call logo in phtml file Magento CE 2.3.0-Favicon和徽标上传问题 - Magento CE 2.3.0 - Favicon and Logo upload issue Magento 2-通讯模板中的错误徽标URL - Magento 2 - Wrong logo url in Newsletter Template 如何在magento 2.3中设计徽标,导航栏和购物车在一行中的标题? - How to design a header in magento 2.3 with Logo, Navbar and cart in one line? Magento 2增值税仅在特定国家/地区可见 - Magento 2 VAT tax is visible for only specific country 如何在 magento 2.2.0 开发版中更改管理员登录页面设计和 magento 管理员徽标 - How to change admin login page design and magento admin logo in magento 2.2.0 dev version Magento 2:如何在结帐页面上的亚马逊付款按钮之前添加信用卡徽标/图像? - Magento 2: How to add a credit card logo/image before amazon pay button on the checkout page?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM