Iulian Onofrei
Iulian Onofrei

Reputation: 9740

Parser Mismatched Metadata error

I get this error message when i use URL Linter with my website http://developers.facebook.com/tools/debug/og/object?q=iulianonofrei.com And I have this header:

<meta property="og:type" content="website" />
<meta property="og:title" content="Onofrei Iulian Photography" />
<meta property="og:description" content="Onofrei Iulian's photography portfolio." />
<meta property="og:image" content="http://iulianonofrei.com/images/favicon_1.jpg" />
<meta property="og:image" content="http://iulianonofrei.com/images/macro/panorama_3_t.jpg" />
<meta property="og:url" content="http://iulianonofrei.com" />
<meta property="og:site_name" content="Onofrei Iulian Photography" />
<meta property="fb:admins" content="_" />

I can't figure out why I get that error

Upvotes: 0

Views: 3520

Answers (1)

Juicy Scripter
Juicy Scripter

Reputation: 25938

This isn't an error but warning message which may be ignored as long as the details you get from Link Debugger are correct.

You may try to play with an order of OpenGraph meta tags by moving og:url before og:image (there is no "correct" order documented for that)...

BTW, The warning message however is weird. For same code (except for og:url) I get no warning messages at all. So it may be a good to file a bug.

Upvotes: 1

Related Questions