0

私はWordpressandを使用しておりWP Yoast SEO plugin、Facebook にリンクを投稿する場合に画像を取得したいと考えています。それは起こっていません、そして私はその理由を知りません。Facebook のデバッガー ツールを使用したところ、次のようになりました。

The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'article:publisher'

どうしてこれなの?私の画像については何も言っていません.... それに、Facebookデバッガーの取得結果でそれを見ることができるので、それも問題ではないはずです. article:publisher は次のように一重引用符で囲まれていました:'に変更しました"が、それでも同じ問題が発生します。

これはスクレイピングされた URL です。

<meta property="og:locale" content="blabla">
<meta property="og:type" content="website">
<meta property="og:title" content="blablablbla">
<meta property="og:url" content="http://blablablblabla">
<meta property="og:site_name" content="blablablabala">
<meta property="article:publisher" content="https://www.facebook.com/pages/blbalblbalab">
<meta property="og:image" content="http://blblalblba.png">

そして、これは ruwe オープン グラフ ドキュメント情報です

Metatag:    <meta property="og:locale" content="blabla" />
Metatag:    <meta property="og:type" content="blbalbae" />
Metatag:    <meta property="og:title" content="blablbla" />
Metatag:    <meta property="og:url" content="http://blablbal.com/" />
Metatag:    <meta property="og:site_name" content="blblablba" />
Metatag:    <meta property="article:publisher" content="https://www.facebook.com/pages/blblbalab" />
Metatag:    <meta property="og:image" content="http://blbalblab.jpg" />
4

1 に答える 1

0

画像を正確に200x200の画像に変更することで解決しました...

くそー、なぜFacebookはそれを言わないのdebugger toolですか?なんとか、解決です。

于 2013-08-07T07:50:23.500 に答える