There’s no “error” here: Facebook is displaying exactly what you’ve told it to display.
You have the following bogus OpenGraph (OG) meta tags at the top of your page, and that’s what Facebook is using (instead of the ones from your SEO Yoast plugin).
<meta property="og:title" content="HOME"/>
<meta property="og:description" content="["/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="HOME"/>
<meta name="twitter:description" content="["/>
<meta name="author" content="LoZioOscar"/>
I can’t tell you how they got to your site (and thus how to remove them) — though it seems they were manually added to your theme’s header.php
file. You need to remove all these tags to have Facebook fetch the correct tags from inserted by the Yoast SEO plugin.
Good luck!
