2
I have a problem sharing links from a site on facebook because, the links are right and appears the following message from the site when sharing:
Error 404 (Not Found)!!
The site is in wordpress and correctly exists in addition to has 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. Someone knows how to solve?
Which link does facebook point to? This usually happens because the protocol is missing
HTTP
orHTTPS
in the URL– Tiago César Oliveira
did not understand your question @Tiagocésaroliveira because what I do is share my page on facebook, in my html it has the following <html xmlns="http://www.w3.org/1999/xhtml" dir="Ltr" lang="en-BR" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> is correct...
– Caio Gomes
From what I understand, the Facebook link returns 404... That’s not it?
– Tiago César Oliveira
no, facebook returns 404 of my page link...
– Caio Gomes
So, your link shared there, right? See if the protocol is going
– Tiago César Oliveira
Check out @Tiagocésaroliveira http://picpaste.com/facebook-WSpbfdm9.jpg
– Caio Gomes
Ah, now I understand! I was wrong, I thought it was something else
– Tiago César Oliveira
Validate the Url you are trying to share on Facebook with its Linter URL. There it will show all the data it captures from your site. https://developers.facebook.com/tools/debug
– Raul Mangolin