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


This URL returns an error on the OpenGIF debugger:

  The 'OG: Type 'property is required but does not exist   

Regardless of the correct meta tag is set:

    

What's wrong?

There is no OG: type "company", see specification:

its Also, make sure to use http / https in your OG: Image Definition If you try to scrape your URL in the debugger, then I get the following error only:

at URL Object 'type' website 'is invalid because given value' // static.aududioaddict.com / 4/2 / f / d / b / 5 / 42fdb594090bfe550f483e0ee6971a9a.jpg 'for property and: image : Url 'can not be parsed as' url' type.

... and add a slash to the end of each OG tag, see here:

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

C++ Array Type Not Assignable in Copy Constructor -