我在我的網站添加了og:image:secure_url metatag。當我通過facebook調試工具運行它時,它會找到元標記,但不會使用該圖像。是因爲我使用secure_url嗎? secure_url中的圖片是1500px x 1500px png文件,但Facebook仍未使用它。 Facebook正在使用隨機圖片。 我如何讓facebook使用我在metatag中指定的圖像? https://www.phly.com/products/CyberSecurity.aspxog:image:secure_url不在facebook上工作
以下是我在棉短絨工具發現:
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.
原始的Open Graph文檔信息
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"
},
任何幫助不勝感激。
Facebook調試器使用HTTP,這就是爲什麼它不會嘗試找到安全圖像URL(您的頁面不安全) – glautrou
這是一個隨機圖像,因爲Facebook試圖在您的頁面中查找圖像。 – glautrou
謝謝@glautrou – user2658087