LinkedIn Issue not displaying description and image from WordPress

June 3, 2014   /   by Marco  / Categories :  Business, Software
Facebook Debugger result

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:

Facebook Debugger 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:

single post meta tags

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.

 

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


QUICK FIX TO CHANGE THE MAX SELL POWER TO LESS THAN 500W ON THE DEYE INVERTER

QUICK FIX TO CHANGE THE MAX SELL POWER TO LESS THAN 500W ON THE DEYE INVERTER

There are many reasons a home owner or installer might want to place a tight cap on how much solar power is exported to the public grid. Some households live under a strict export cap imposed by their local distribution network operator, others want to reduce export to focus on self consumption and battery charging, […]

read more
SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY

SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY

If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]

read more

Like our Page