0
Guys, Facebook doesn’t automatically display the page image. For the image to appear, I have to go to the "Facebook Share Debugger", type the URL (it shows some errors) and after doing this the image appears automatically, always.
I’m using the following:
<!-- Open Graph Meta Tags -->
<meta property="og:description" content="Anuncie tudo, é grátis!" />
<meta property="og:image" content="http://www.bazar24h.com.br/fotoprod/<% =
anomes & "/" & idusuario_vend & "/" & idfotoprod_vend & "-" & fotopadrao &
"g.jpg" %>" />
<meta property="og:image:secure_url"
content="https://www.bazar24h.com.br/fotoprod/<% = anomes & "/" &
idusuario_vend & "/" & idfotoprod_vend & "-" & fotopadrao & "g.jpg" %>" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:site_name" content="Bazar 24h" />
<meta property="og:title" content="<% = titulo %>" />
<meta property="og:url" content="https://www.bazar24h.com.br/produto.asp?
idprod=<% = idprod %>" />
<meta property="og:type" content="website" />
<!-- /Open Graph Meta Tags -->
I have the mobile version and the desktop version of the site (not in the directory m but files in the same directory preceded by m.). One of the errors that appears is "It was not possible to resolve the canonical URL because the redirect path contains a cycle." I imagine it’s because it has two versions.
I’ve been racking my brain for a long time. I appreciate your help.