最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

search - Where does the Yoast SEO plugin set the Open Graph metadata?

programmeradmin2浏览0评论

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?

Share Improve this question asked Aug 17, 2019 at 13:11 OokerOoker 3324 silver badges23 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

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:

  1. Check your image link and make sure it is working
  2. Visit this FB debugger page - https://developers.facebook/tools/debug/ and check if something else is wrong.
发布评论

评论列表(0)

  1. 暂无评论