0

我在我的网站上添加了 og:image:secure_url 元标记。当我通过 facebook 调试工具运行它时,它会找到元标记但不使用图像。是因为我使用的是secure_url吗?secure_url 中的图像是 1500px x 1500px png 文件,但 facebook 仍然没有使用它。Facebook 正在使用随机图像。如何让 facebook 使用我在元标记中指定的图像?https://www.phly.com/products/Cyber​​Security.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"
  },

任何帮助将不胜感激。

4

1 回答 1

0

Facebook 调试器使用 HTTP,这就是它不尝试查找安全图像 url 的原因(您的页面不安全)。

该图像(似乎)是随机的,因为 Facebook 试图在您的页面中查找图像。

于 2013-08-07T19:19:22.720 回答