LinkedIn can't scrape OpenGraph info from URL - linkedin

I'm trying to share my blogs on social media, so I'm using Open Graph tags to inform the social networks of my content. It works with every site except LinkedIn (and apparently also Whatsapp).
Here is the OG info:
https://opengraphcheck.com/result.php?url=https%3A%2F%2Fanotherconcept.nl%2F2018%2F11%2F12%2Fhet-verschil-tussen-bezoekers-contacten-en-klanten%2F
Here is the LinkedIn scrape info:
https://www.linkedin.com/post-inspector/inspect/https:%2F%2Fanotherconcept.nl%2F2018%2F11%2F12%2Fhet-verschil-tussen-bezoekers-contacten-en-klanten%2F
These are the LinkedIn rules:
https://www.linkedin.com/help/linkedin/answer/46687
I've tried the following:
- Changed the image from 600x250 to 1512x630 (conform to LinkedIns rules)
- Added a variable in the URL (?1) to force a refresh
Is there anything wrong with my OG meta data or does anyone see another problem?
Thanks!

I had a lot of issues with sharing my own site. What I found is that the LinkedIn scraper is extremely particular about declaring the doctype at the start of the document. When I added to the very start of my page, it started working correctly.
I suggest looking into this:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fanotherconcept.nl%2F2018%2F11%2F12%2Fhet-verschil-tussen-bezoekers-contacten-en-klanten%2F
The validator from w3 finds errors that browsers will generally ignore or fix automatically.
LinkedIn also seems to want name="" in the meta tags, where name is the type of tag.
So your OG:title tag would be:
<meta **name="title"** property="og:title" content="Het verschil tussen bezoekers, contacten en klanten - Another Concept">
and your description tag would be:
<meta **name="description"** property="og:description" content="Met interessante blogs, leuke social media-berichten en handige e-mails proberen we allemaal zoveel mogelijk traffic te genereren op onze verschillende kanalen. Maar hoe veranderen we de gemiddelde volger/bezoeker in een waardevol contact en fijne klant? In dit artikel leggen wij het verschil uit tussen bezoekers, contacten en klanten. Het proces van jouw klanten De reis …">
(note the ** around the name field, this is just to make it stand out - you don't actually want that in your code)
Hope this helps!

Related

Problem with woocommerce checkout and Paypal - buy button does not redirect to paypal as it doesnt change the form action

I am using paypal plus with woocommerce as you can see here: https://www.pro-hypnose.de
The paypal display is working so far. But when I click the buy button (here "jetzt kaufen" it does not redirect to paypal. It leads to a summary of the products without adress information. An email is being sent with a buy now link.
The form action remains still as
<form name="checkout" method="post" class="checkout woocommerce-checkout" action="https://www.pro-hypnose.de/checkout/" enctype="multipart/form-data">
The console says the following: Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). in English: the configuration has blocked a resource
Shouldn't it changes to a paypal destination? What can be the reason for it? I also checked if there is a double form tag. It isn't.

wordpress, how remove the padlock in my site (due to 1 image)

i have a website (done with wordpress) and the problem is:
When i use chrome or chromium, my https is okay, but when i try it with mozilla, i have a padlock, there is the message in my console.
Chargement du contenu mixte d’affichage « http:/montagne.jpg » (non sécurisé) sur une page sécurisée
Chargement du contenu mixte d’affichage « https:/montagne.jpg » (non sécurisé) sur une page sécurisée
"english traduction":
Loading mixed display content "http: /montagne.jpg" (not secure) on a secure page
When i look my image montagne.jpg in my wordpress the url is https:/montagne.jpg
How is it possible? and How can i change that?
Thanks for yours answers.

Open Graph Issues - Facebook

Can anyone tell me why facebook doesn't pull the correct og tags from this article?
I have specified the og:title and og:url but all I get is this error when I fetch new scrape information
Facebook og errors
Thanks in advance :)
You need to use an absolute URL with the protocol for the OG image:
<meta property="og:image" content="http://assets.serenity.co.uk/38000-38999/38112/300x200.jpg">
Also, the first og:image tag is this one in the source:
<meta property = "og:image" content = " " />
There are also several og:title tags in the source.

WooCommerce PayPal internationalization issue

I am setting up a WooCommerce site and it's supposed to be in German.
I have a problem with one translation.
On the checkout page there is the PayPal payment option and there is a div like:
<div class="payment_box payment_method_paypal">
<p>Bezahlen mit Paypal; Sie können mit Kreditkarte bezahlen auch wen Sie keinen PayPal Account besitzen.</p>
</div>
The ; is ugly and the wen should be wenn. But I didn't find this sentence in any file (.po, .mo, ...) of my WordPress installation. Does this sentence get loaded directly from PayPal somehow? How could I correct it?
Embarrassing... I totally missed that this string can be set in the WooCommerce PayPal settings. :) The wrong default string should be fixed though by the developers.

Featured image and og meta not showing up in Facebook

I'm having an issue with the thumbnail / featured image, headline and og meta not showing up if I paste a link in FB with one specific post but not others. (Flushing the cache on FB doesn't work).
The site's on WordPress and the Yoast SEO plug-in should sort out the OG meta tags if you correctly enter your FB settings in the right section and I believe I have. I have also just pasted the code in my theme's functions.php
Here is my most recent blog post where it has no image nor headline: http://robcubbon.com/essential-wordpress-plug-ins-website/
– however it works on other posts
On the Debug tool it says: Must: "The 'og:type' property is required, but not present". But it's there : <meta property="og:type" content="article" />
It also says: Should: "The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags." And it's there:
<meta property="og:url" content="link here" />
The OG Meta is exactly the same on this post (as far as I can see) as all other posts that have featured image and other meta info displaying properly in FB.
I would really appreciate if someone know why this is happening

Resources