LinkedIn not display og:image
-
When I try to share an article from the my wordpress website , the featured images are not displayed in linkedin , my open graph tags are good and the Linkedin requirements have been respected:
<meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Txxxxxxxxx"> <meta property="og:description" content="xxxxxxx..."> <meta property="og:url" content="https://www.xxxxx.com/xxxxxxxr/"> <meta property="og:site_name" content="xxxxxxx"> <meta property="article:published_time" content="2022-12-22T10:31:33+00:00"> <meta property="article:modified_time" content="2022-12-22T10:51:45+00:00"> <meta property="og:image" content="https://www.xxxxx.com/wp-content/uploads/2022/12/E142CE3F-1E7D-443E-B7B0-79667773118C.jpeg"> <meta property="og:image:width" content="1900"> <meta property="og:image:height" content="633"> <meta property="og:image:type" content="image/jpeg"> <meta name="author" content="xxxxx Admin"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="xxxxx Admin"> <meta name="twitter:label2" content="Est. reading time"> <meta name="twitter:data2" content="2 minutes">Linkedin post inspector does not help me : it just sais “No image found”
Image
How to change the image
Provide a metadata tag for the og:image in the page’s
headsection. For example: <meta name=”image” property=”og:image” content=”[Image URL here]”>Alternate values we considered
Other values from the page that our scraper could have used for the content’s image:
I’m a little stuck on how I’m going to debug this, if anyone has any ideas Thanks
The topic ‘LinkedIn not display og:image’ is closed to new replies.