当我在LinkedIn上分享我的网站网址时,它会显示我网站上的图片。我可以更改该图像吗?

时间:2017-12-29 06:27:45

标签: html web linkedin

当我在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" />

我已经设置了这些元标记。

任何人都可以帮助我。

1 个答案:

答案 0 :(得分:0)

由于您已经正确设置了<og:image>标签,因此您唯一需要检查的是要显示的图像是否满足LinkedIn的要求。

根据“Making Your Website Shareable on LinkedIn”文章,LinkedIn共享模块特有的图像要求如下:

  • 最大文件大小:5 MB
  • 最小图像尺寸:1200(w)x 627(h)像素

由于<og:image>标记中定义的文件名为logo.png,我认为它不符合上述尺寸要求。