Error with OG:facebook tags

Asked

Viewed 1,439 times

1

I have a problem with og:tag from facebook ,I have a e-commerce made with opencart, in order to share links on facebook I had to use these tags but I have the following problem, I added these tags to be able to appear an icon of the store when share on facebook apra debug am using this tool when I thresh the home and the watch session works normally as shown in the image below:

HOME: inserir a descrição da imagem aqui

CLOCKS: inserir a descrição da imagem aqui

so far everything is working as expected but see what happens when I debug the session glasses and alliances:

OCULOS: inserir a descrição da imagem aqui

WEDDING RING: inserir a descrição da imagem aqui

notice that in the preview shows the photo of a clock when in fact would have to appear only the logo as in the first two images do not know why it works in some sessions and others not, follow my meta tags for analysis:

At first I tried to leave it like this and it worked but it happens this problem above only takes the session clocks and the session home the rest does not add the correct image.

    <meta property="og:title" content="Óticas Reiban" />
    <meta property="og:locale" content="pt_BR" />
    <meta property="og:url" content="http://oticasreiban.com.br" />
    <meta property="og:description" content="A Reiban é uma empresa de e-commerce, especializada no varejo on-line. Com a grande aposta na internet como um meio fácil, eficiente e seguro para se comprar, surgiu a ideia e necessidade" />
    <meta property="og:image" content="http://oticasreiban.com.br/image/catalog/logo-reiban-facebbok.jpg" />

and even trying to put all the urls of the sessions in the goals does not work by giving the same problem only working correctly in the first two sessions listed:

<meta property="og:title" content="Óticas Reiban" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:url" content="http://oticasreiban.com.br" />
<meta property="og:url" content="http://oticasreiban.com.br/aliancas" />
<meta property="og:url" content="http://oticasreiban.com.br/relogios" />
<meta property="og:url" content="http://oticasreiban.com.br/oculos-de-sol" />
<meta property="og:description" content="A Reiban é uma empresa de e-commerce, especializada no varejo on-line. Com a grande aposta na internet como um meio fácil, eficiente e seguro para se comprar, surgiu a ideia e necessidade" />
<meta property="og:image" content="http://oticasreiban.com.br/image/catalog/logo-reiban-facebbok.jpg" />

OBS: any of these two models that I used works right only in the home session and watches and giving error in the glasses and rings.

1 answer

0

Try putting an og:url to your respective page.

Example:

On the page http://oticasreiban.com.br/relogios

<meta property="og:url" content="http://oticasreiban.com.br/relogios" />

And so on and so forth.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.