我正在使用linkedin分享按钮,但不显示标题,说明和图像

时间:2015-03-11 10:43:50

标签: button share linkedin opengraph

我在页面的标题中使用了opengraph标记:

https://openlab.ecdys.fr/articles/sodexo-s-testimonial-about-the-collaborative-platform-ecdys-openlab

网址是由Facebook和谷歌完美解析,但不是由linkedin。 当我在linkedin共享消息中键入url时,我只能得到以下内容:

  

openlab.ecdys.fr

不显示标题,说明和图像。 怎么了 ?非常感谢您的帮助

以下是标题的源代码:

   <html lang="fr" prefix="og: http://ogp.me/ns#">
     <head>
       <meta charset="utf-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
       <meta name = "robots", content = "all" />
       <meta name = "language", content = "fr" />
       <title>Sodexo&#39;s testimonial about the collaborative platform ECDYS OpenLab™ </title>    
<meta content="Sodexo Benefits and Rewards organized collaborative consultations using ECDYS OpenLab™. Betina Johnstone, Innovation Community Manager, presents the background, the objectives and her experience on this project !" name="description" />    
<meta content="co-innovation, Sodexo, Témoignage client, testimonial" name="keywords" />    
<meta content="website" property="og:type" />    
<meta content="Sodexo Benefits and Rewards organized collaborative consultations using ECDYS OpenLab™. Betina Johnstone, Innovation Community Manager, presents the background, the objectives and her experience on this project !" property="og:description" />    
<meta content="https://s3.amazonaws.com/innowaze_blog/uploads/article/illustration/33/Capture_d__cran_2015-03-11___10.40.36.png" property="og:image" />    <meta content="Sodexo&#39;s testimonial about the collaborative platform ECDYS OpenLab™ " property="og:title" />    
<meta content="summary_large_image" property="twitter:card" />   
<meta content="Sodexo&#39;s testimonial about the collaborative platform ECDYS OpenLab™ " property="twitter:title" />    
<meta content="Sodexo Benefits and Rewards organized collaborative consultations using ECDYS OpenLab™. Betina Johnstone, Innovation Community Manager, presents the background, the objectives and her experience on this project !" property="twitter:description" />    
<meta content="https://s3.amazonaws.com/innowaze_blog/uploads/article/illustration/33/Capture_d__cran_2015-03-11___10.40.36.png" property="twitter:image" />

1 个答案:

答案 0 :(得分:0)

当LinkedIn的抓取工具在服务器上遇到不可信的SSL证书时,它将失败。您的主机openlab.ecdys.fr似乎确实存在证书问题(https://www.sslshopper.com/ssl-checker.html#hostname=https://openlab.ecdys.fr

或者,您可以通过HTTP提供内容,但不应该看到此问题。