I have a problem when sharing a site's links on facebook because the links are right and the following site message appears when sharing:
Error 404 (Not Found) !!
The site is in wordpress and exists correctly in addition to having all tags meta:og
, following example:
<meta property='og:locale' content='pt_BR'/>
<meta property='og:type' content='article'/>
<meta property='og:title' content='xxx'/>
<meta property='og:description' content='xxxx'/>
<meta property='og:url' content='http://xxxxxx.com.br/xxxxxx/'/>
<meta property='og:site_name' content='Titulo'/>
<meta property='article:author' content='https://www.facebook.com/xxxxxx'/>
<meta property='article:publisher' content='https://www.facebook.com/xxxxxxx'/>
<meta property='fb:app_id' content='xxxxxxxxxxxxx'/>
<meta property='og:image' content='http://wwww.site.com.br/image.jpg'/>
<meta property='og:image' content='http://wwww.site.com.br/image.jpg'/>
These tags are generated by the Yoast WordPress SEO plugin. Does anyone know how to solve it?