Hi carlucci
I recommend you to add the Full Article Image for article so that it can display correct image when sharing via social sites like Facebook.
And use CSS to hide that full article image if you don't want to show on article page.
I just tried to add the same for above article and also added this custom CSS to hide it:
/* Add by Saguaros23-06-22 - sharing article via Facebook */
.view-article .item-page .item-image {
display: none;
}
Kindly check.