当我在LinkedIn上分享我的网站网址时,它会显示我网站上的图片,但它不是相关图片。我可以更改预览图像吗?
<meta property="og:url" content="http://mywebsite.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="yyyy" />
<meta property="og:description" content="yyyy" />
<meta property="og:image" content="http://mywebsite.com/wp-content/themes/newtheme/img/logo.png" />
我已经设置了这些元标记。
任何人都可以帮助我。
答案 0 :(得分:0)
由于您已经正确设置了<og:image>
标签,因此您唯一需要检查的是要显示的图像是否满足LinkedIn的要求。
根据“Making Your Website Shareable on LinkedIn”文章,LinkedIn共享模块特有的图像要求如下:
由于<og:image>
标记中定义的文件名为logo.png
,我认为它不符合上述尺寸要求。