2017-01-09 50 views
10

我有一個網站在點擊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顯然存在。

+0

閱讀:[http://stackoverflow.com/questions/7869430/facebook-open-graph-error-inferred-property](http://stackoverflow.com/questions/7869430/facebook-open-graph-error -inferred-property) – Callixor

+0

關於該URL可能具有惡意的警告與Open Graph錯誤無關。 – CBroe

回答

4

今天遇到同樣的問題。這似乎是Facebook的一個錯誤。

只是通過刷新Sharing Debugger會告訴我每次重裝後不同的錯誤信息,包括「圖片過大」,這顯然並非如此,和「Meta標籤身體」,這也是不正確的。

只要正確的圖像顯示在鏈接預覽中,我認爲你很好走。

0

繼已經提到的鏈接 Facebook object debugger,請確保您的OG標籤將被RIGHT開幕<head>標記之後。

不知道爲什麼會發生這種情況,但我曾經遇到完全相同的問題,直到我將它們移動後,然後再次單擊「Fetch new scrape information」。

希望這會有所幫助!

相關問題