我有一個網站在點擊Facebook上的共享鏈接時觸發警告。警告說:「此鏈接可能存在問題 我們檢測到此鏈接:http://www.sjap.online/可能是惡意的。 爲了保證您的帳戶和設備的安全,請只遵守您信任的鏈接。無法修復:即使可以從其他標記推斷出值,也應該明確提供'og:image'屬性
我跑Facebook除錯工具,我收到以下錯誤信息:
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
我用Google搜索這個問題,我的理解是由一些缺乏在網站頁眉元信息引起的,但我的網站的代碼在標題中有以下內容:
<meta http-equiv="etag" content="2efdc27c8967f14e2c829e601f7a1228"/>
<meta property="og:title" content="South Jersey Aerial Photograpahy"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.sjap.online/"/>
<meta property="og:image" content="https://static.wixstatic.com/media/56a444_9273e80a60684dc8b38e56025059f356%7Emv2_d_3200_1800_s_2.png"/>
<meta property="og:site_name" content="South Jersey Aerial Photograpahy"/>
<meta property="og:description" content="South Jersey Aerial Photography is South Jersey's premier aerial photography and aerial videography company. Fully licensed and insured. Contact us today!"/>
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>
我不知道如何解決此錯誤消息。房產metatag顯然存在。
閱讀:[http://stackoverflow.com/questions/7869430/facebook-open-graph-error-inferred-property](http://stackoverflow.com/questions/7869430/facebook-open-graph-error -inferred-property) – Callixor
關於該URL可能具有惡意的警告與Open Graph錯誤無關。 – CBroe