The Yoast SEO plugin add this line to the head section of the page:
<meta property="og:image" content="" />
But according to FB OpenGraph og:image not pulling images (possibly https?), the line should be:
<meta property="og:image" content=""/>
How can I locate this line to correct it?
The Yoast SEO plugin add this line to the head section of the page:
<meta property="og:image" content="https://link.to.image.jpg" />
But according to FB OpenGraph og:image not pulling images (possibly https?), the line should be:
<meta property="og:image" content="http://link.to.image.jpg"/>
How can I locate this line to correct it?
I don't think http and https would have matter, https is like a standard nowadays, in order to check properly, please try the following: