FACEBOOK LINTER ERROR: value for property 'og:image:url' could not be parsed as type 'url'

Posted by Martin Devarda on Stack Overflow See other posts from Stack Overflow or by Martin Devarda
Published on 2012-10-03T21:32:32Z Indexed on 2012/10/03 21:37 UTC
Read the original article Hit count: 200

I've read all threads in stack overflow about this issue, but my problem persists.

THE PROBLEM IS ON THIS PAGE: http://www.organirama.it/minisite-demo/001.html

THE PAGE CONTAINS THIS TAGS

<meta property="og:title" content="A wonderful page" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://www.organirama.com/minisite-demo/001.html" />
<meta property="og:image" content="http:/www.organirama.com/minisite-demo/photos-small/001.png" />
<meta property="og:site_name" content="Organirama"/>
<meta property="fb:admins" content="1468447924"/>

LINTER ERROR

Object at URL 'http://www.organirama.com/minisite-demo/001.html' of type 'video.movie' is invalid because the given value 'http:/www.organirama.com/minisite-demo/photos-small/001.png' for property 'og:image:url' could not be parsed as type 'url'.

WHAT I DISCOVERED

The problem seems somehow related to the domain. Infact, if I make og:image point to another image on another domain, everything works.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-graph-api