我们在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搜索结果中仍未显示评论。
任何人都可以有一个想法,为什么商业标识没有显示在这上面?
答案 0 :(得分:0)
根据 Google guide to Logo :
图像必须至少为112x112像素。
您指定的徽标没有所需的尺寸。为Google创建此要求的匹配项。
此指南中也说:
图片网址必须是可抓取且可转位的。
但是,您的徽标与此不符:运营商 site 以及运营商 info 。
也创建与此要求的匹配。