我在我的网站上添加了 og:image:secure_url 元标记。当我通过 facebook 调试工具运行它时,它会找到元标记但不使用图像。是因为我使用的是secure_url吗?secure_url 中的图像是 1500px x 1500px png 文件,但 facebook 仍然没有使用它。Facebook 正在使用随机图像。如何让 facebook 使用我在元标记中指定的图像?https://www.phly.com/products/CyberSecurity.aspx
这是我在 linter 工具中找到的:
Inferred Property: The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. og:image should be larger: Provided og:image is not big enough. Please use an image that's at least 200x200 px. Image 'https://www.phly.com/CMSImages/Cyber_web31-915.png' will be used instead.
原始开放图文档信息
Meta Tag: <meta property="og:image:secure_url" content="https://www.phly.com/CMSImages/FB_Cyber31-4200.png" />
这是刮板发现的:
"image": [
{
"url": "https://www.phly.com/products/../images/icons/bbbLogo.jpg",
"secure_url": "https://www.phly.com/CMSImages/FB_Cyber31-4200.png",
"width": 104,
"height": 50
},
{
"url": "https://www.phly.com/products/../images/logos/tokiomarinegroup.png"
},
{
"url": "https://www.phly.com/products/../images/logos/PHLY_logoA1.png"
},
任何帮助将不胜感激。