【发布时间】:2020-09-10 16:15:49
【问题描述】:
我在使用结构化数据测试工具时遇到了这个错误,但我还没有弄清楚如何解决它,我应该在 wp-content 之前添加我的 url 吗??
【问题讨论】:
-
请包含一个给出此错误的最小示例。
标签: url web structured-data
我在使用结构化数据测试工具时遇到了这个错误,但我还没有弄清楚如何解决它,我应该在 wp-content 之前添加我的 url 吗??
【问题讨论】:
标签: url web structured-data
猜测这是基于文章的脚本,因此请尝试此设置(如果需要,请在最后一个 } 后添加逗号)。
PS!徽标高度不能超过 60 像素,并且通过删除高度/宽度后的“”,您将失去来自验证器的“无形”@type 反馈。
"logo": {
"@type": "ImageObject",
"url": "logo url (jpg/png picture prefered)",
"height": 60,
"width": 150 }
"image": {
"@type": "ImageObject",
"url": "image url",
"width": 1000,
"height": 800 }
【讨论】: