Linkedin URLs teilen / Open Graph nicht analysieren

Die Linkedin-Dokumentation finden Sie hierHier

Wie es heißt, braucht es:

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

Hier ist ein Beispiel für meinen WordPress-Blog-Quellcode, den ich der Einfachheit halber mit dem Jetpack-Plug-In verwende:

<!-- 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" />

Bei Facebook funktioniert es prima, oder man sieht die MetadatenHier. LinkedIn ist jedoch hartnäckiger und analysiert die Daten nicht einmal wirklichIf 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.

Ich weiß, dass ich das nicht habeog:image:width Tag, aber Linkedin analysiert nicht einmal Titel, Beschreibung oder URL. Irgendwelche Ideen, um es zu debuggen?

Antworten auf die Frage(8)

Ihre Antwort auf die Frage