facebook opengraph - "The 'og:type' property is required, but not present." error, despite correct HTML -



facebook opengraph - "The 'og:type' property is required, but not present." error, despite correct HTML -

this url (http://www.di.fm/tracks/878723/ebm) gives error on opengraph debugger:

the 'og:type' property required, not present.

despite proper meta tag set:

<meta property="og:type" content="company">

what wrong?

there no og:type "company", see specification: http://ogp.me/#types

also create sure utilize http/https in og:image definition. if seek re-scrape url in debugger, next error:

object @ url 'http://www.di.fm/tracks/878723/ebm' of type 'website' invalid because given value '//static.audioaddict.com/4/2/f/d/b/5/42fdb594090bfe550f483e0ee6971a9a.jpg' property 'og:image:url' not parsed type 'url'.

...and add together slash @ end of each og tag, see here: http://ogp.me/

facebook-opengraph opengraph

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -