Mobile app version of vmapp.org
Login or Join
Cody1181609

: Facebook OpenGraph sees my meta as type Website instead of Product I am trying to add OpenGraph product meta tags to my page. The resulting tags are: <meta property="og:type" content="product">

@Cody1181609

Posted in: #Facebook #FacebookGraph

I am trying to add OpenGraph product meta tags to my page. The resulting tags are:

<meta property="og:type" content="product">
<meta property="og:title" content="3 Night Cruise Sampler Cruise on the Pacific Aria">
<meta property="og:url" content="https://test.abcde.com/cruise/paa626">
<meta property="og:image" content="//static.abcde.com/OzC/www/images/Cruise/Large/1198.jpg">
<meta property="og:site_name" content="Cruises">
<meta property="product:product_link" content="https://test.abcde.com/cruise/paa626">
<meta property="product:purchase_limit" content="0">


However when I go and test with the Facebook Open Graph debugger it tells me I am missing a title for an object type of website. The exact errors are:


Object at URL "https://test.abcde.com/cruise/paa626" of type
"website" is invalid because a required property "og:title" of type
"string" was not provided.


As I am specifying that the type is product why is that being ignored and I also do have a og:title. Any pointers greatly appreciated.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

Your code fired surely this error: Share App ID Missing. fb:app_id is a required parameter, missing of it could cause further error / misinterpretations.

Try to add fb:app_id and fb:admin - i guess after this you will get rid of the error you describe.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme