Question

i Would like to ask you to help me problem is i am constantly getting this msg from fb debugger whatever I do:

"All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification."

I've also tried with setting this properties:

<meta property="og:image:width" content="202" /> 
<meta property="og:image:height" content="202" />

but it does not help

Was it helpful?

Solution

You need the images referenced in your og:image meta tags to actually BE at least 200 x 200, you can't just use smaller images and tell Facebook to display them larger. Facebook already does this; the warning is there to prompt you to put in larger images.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top