in my TYPO3 Installation i have some meta tags with og: in it.
now Facebooks linter said:
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: 'og:image:url, fb:admins'
these are my meta tags:
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/586bc01dd7.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/47eeec7031.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/4b5d6914a2.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/88765247db.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/b5f783dea7.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/0fc37f4a10.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/8c13fb9af5.jpg" />
<meta property="og:image" content="http://abele-optik.de/typo3temp/pics/fe79697ba3.jpg" />
<meta property="fb:admins" content="100001266982853" />
<meta property="og:url" content="http://abele-optik.de/angebote/angebot-kinderbrillen.html" />
<meta property="og:title" content="Abele-Optik GmbH:Angebot Kinderbrillen" />
<meta property="og:type" content="website" />
<meta property="og:description" content="OiO-Titanflex-Kinderbrillen" />
this is the output of the linter tool:
Graph API: https://graph.facebook.com/579080578799158
Is there something wrong with the order of the og-tags? I cant find something about it on FB -
thx for an answer and yes: i searched before i write here..