LinkedIn Issue not displaying description and image from WordPress
June 3, 2014 / by Marco / Categories : Business, Software
So I tried sharing a WordPress blog post on LinkedIn and discovered that LinkedIn wasn’t displaying the description and thumbnail image from the Open Graph meta tags. I thought it could have been the actual post, so I tried different posts and received the same results.
WAS THE ISSUE WITH LINKEDIN?
No, but firstly let me explain how I worked out it wasn’t related to LinkedIn. After some digging around the best way to troubleshoot the issue was to use the Facebook debug tool. This tool debugs the Open Graph tags, so if there’s an error reported then most likely this would be the cause.
Here was the result:

WEBSITE PAGE SOURCE
Basically, the result reported that there was multiple OG URL’s specified. So what I had to do is actually look at the website’s page source code. Upon reviewing the source code, indeed there were duplicate OG tags. To check your website’s page source code, just right click and select “view page source”.
WORDPRESS
So the issue was within WordPress. To narrow it down, have a look at the source code and determine whether it’s generated by the plugin or the theme. I am using the Yoast SEO plugin which by default generates the OG tags and upon further inspection the theme (single.php) page had this code:

So upon deleting this section of the code and retesting using the Facebook debug tool, the problem was fixed – LinkedIn displayed the thumbnail and the description.
Hopefully this helps someone solve their issue.
Our Sponsors
- Advertise Me Pty Ltd
Digital Signage Solutions
OTHER ARTICLES YOU MAY LIKE
USING THE LATEST CLAUDE MODEL TO BUILD GREAT TOOLS
If you have ever had an idea for a small tool but stopped because coding felt too hard, the latest Claude model makes that gap much smaller. You can now describe what you want in plain English, ask Claude to plan it, build the first version, improve the design, write the logic, test the workflow, […]
read more
REVIEWING AND UNBOXING THE TOOCKI USB-C RIGHT ANGLE 1.2M CABLE
USB C cables are among the most ordinary accessories we own, yet they can make a surprisingly noticeable difference to how comfortable our devices are to use while charging. The Toocki USB C right angle cable is a good example of a simple accessory that tries to solve a very common irritation, because instead of […]
read more

