Yoast SEO插件在哪里设置Open Graph元数据?

时间:2019-08-17 作者:Ooker

Yoast SEO插件将这一行添加到页面的标题部分:

<meta property="og:image" content="https://link.to.image.jpg" />
但根据FB OpenGraph og:image not pulling images (possibly https?), 线路应为:

<meta property="og:image" content="http://link.to.image.jpg"/>
如何定位此行以更正它?

1 个回复
SO网友:whalesingswee

我不认为http和https有什么关系,https现在就像一个标准,为了正确检查,请尝试以下方法:

检查图像链接并确保其正常工作访问FB调试器页面-https://developers.facebook.com/tools/debug/ 检查是否有其他问题