I’m trying to figure out why Facebook is ignoring an opengraph image. Their Sharing Debugger says it ignores the image because it has an invalid content type .
This happens for all images served for a blog (uploaded images) but not for static images, here are one exemple of each:
- https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.coworkees.com%2Fblog%2F14867 (this one’s not working on FB)
- https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.coworkees.com%2F (this one works)
Initially the image was a png image, I tried encoding it in jpeg but it changes nothing
I’ve also tried the same link on different open graph tools and most of them are working as I hoped:
- https://en.rakko.tools/tools/9/
- https://iframely.com/embed/https%3A%2F%2Fwww.coworkees.com%2Fblog%2F14867
- http://debug.iframely.com/?uri=https%3A%2F%2Fwww.coworkees.com%2Fblog%2F14867
- https://cards-dev.twitter.com/validator
only LinkedIn give me the same result:
https://www.linkedin.com/post-inspector/inspect/https:%2F%2Fwww.coworkees.com%2Fblog%2F14867
It says it considered other values but does not explain why it ignored the og:image one
any idea what could cause this or how could I debug that ?