Replies: 0
I recently noticed the og:image is not being pulled in by facebook when sharing articles.
When using FB debugger: https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Foleganatravelboutique.com%2Fcoronavirus-covid19-travel-plans-and-travel-insurance-what-you-need-to-know-now%2F
The error is:
Missing Properties
The following required properties are missing: og:image
When I review the og:image metadata on the page:
<meta name=”image” property=”og:image” content=”https://oleganatravelboutique.com/wp-content/uploads/2020/03/COVID19_BLOG_POST-reduced.jpg” />
The expected behavior is
<meta property=”og:image” content=”https://oleganatravelboutique.com/wp-content/uploads/2020/03/COVID19_BLOG_POST-reduced.jpg” />
VS what’s currently on the page:
<meta name=”image” property=”og:image” content=”https://oleganatravelboutique.com/wp-content/uploads/2020/03/COVID19_BLOG_POST-reduced.jpg” />
This is based on this open graph protocol information:
Thank you.