Linkedin compartir urls / no analizar gráfico abierto

La documentación de Linkedin se puede encontrar.aquí

Como dice, necesita:

og:title
og:description
og:image
og:url

Este es un ejemplo del código fuente de mi blog de wordpress que, para simplificar, utilizo el plugin Jetpack:

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Starbucks Netherlands Intel" />
<meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" />
<meta property="og:description" content="Today I had some free time at work. I wanted to play more with Foursquare APIs. So the question: &quot;What is the correlation of the Starbucks Chain in the Netherlands?&quot;. Methodology: I found all the p..." />
<meta property="og:site_name" content="Dionysis Lorentzos" />
<meta property="og:image" content="http://lorentzos.com/wp-content/uploads/2013/08/starbucks-intel-nl-238x300.png" />

En Facebook funciona muy bien, o puedes ver los metadatos.aquí. Sin embargo, LinkedIn es más obstinado y realmente no analiza los datos, incluso elIf you're unable to set Open Graph tags within the page that's being shared, LinkedIn will attempt to fetch the content automatically by determining the title, description, thumbnail image, etc.

Sé que no tengo elog:image:width etiqueta pero Linkedin ni siquiera analiza título, descripción o url. ¿Alguna idea para depurarlo?

Respuestas a la pregunta(8)

Su respuesta a la pregunta