I can’t understand why Facebook sharer keeps showing the wrong article’s author when sharing articles of my website. (Of course I always use Facebook Debugger before sharing).
Take this article as an example: although it is clearly written by Francesca Aloisio, it keeps showing (when shared) “by Virginia Vigliar”.
Facebook Debugger reports:
<meta property="article:publisher" content="https://www.facebook.com/wordsinthebucket" />
<meta property="article:author" content="https://www.facebook.com/francesca.aloisio.397" />
I just can’t figure out why.
N.B. I use WordPress SEO by Yoast.
3
Answers
First of all: thank you all for your replies. However in the meanwhile I changed my theme cause I realized that it was an issue related to my previous one: it had a "top post" part at the very beginning of the page and the first post showed in there was seen by the FB sharer as the meta "source".
Regarding the double og values, thank for noticing. My actual theme appearently has its own "SEO". So I just removed it from the header.php file and keep YOAST SEO doing the job.
Why are you having the og values defined twice?
Have a look at below (line 23 to line 47):
Remove either one of them, because this is causing the FB Debugger to show that:
Try adding
also plus removing the duplication and then going here: https://developers.facebook.com/tools/debug/og/object/ insert the url and press “fetch new scrape information” and see if that fixes it.