FACEBOOK LINTER ERROR: value for property 'og:image:url' could not be parsed as type 'url'
- by Martin Devarda
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.