Meta Property is not working on the face

Asked

Viewed 41 times

1

I have the following html structure, but when I post my url on facebook, it does not open the image with the title. But on twitter works perfectly.

I color the url www.maisguarapari.com.br face does not display image. I have no idea why this is happening.

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8"/>
<meta name="author" content="Gladison Luciano Perosini">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="only screen and (max-width:480px)" href="/css/smartphone.css">
<link rel="stylesheet" media="only screen and (min-width:481px) and (max-width:999px)" href="/css/tablet-novo.css">
<link rel="stylesheet" media="only screen and (min-width:1000px) and (max-width:1566px)" href="/css/tablet.css">
<link rel="stylesheet" media="only screen and (min-width:1567px)" href="/css/pc.css">
<link rel="alternate" href="https://www.maisguarapari.com.br" hreflang="pt-br" />

<title>Mais Guarapari - O Portal da cidade de Guarapari - ES</title>
<meta name="description" content="O maior e o mais completo portal da cidade de Guarapari. O Mais Guarapari é o Guia Comercial da cidade, com hotéis, pousadas, restaurantes, imóveis e muito mais">
<link rel="canonical" href="https://www.maisguarapari.com.br/" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<base href="https://www.maisguarapari.com.br" />
<meta name="Robots" content="index, follow">




<meta property="og:type" content="website">
<meta property="og:title" content="Mais Guarapari - O Portal da cidade de Guarapari - ES">
<meta property="og:description" content="O maior e o mais completo portal da cidade de Guarapari. O Mais Guarapari é o Guia Comercial da cidade, com hotéis, pousadas, restaurantes, imóveis e muito mais">
<meta property="og:url" content="https://www.maisguarapari.com.br/">
<meta property="og:image" content="https://www.maisguarapari.com.br/img/meta/maisguarapari.png">
<meta property="fb:app_id" content="167340017360987" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@gladisonlp">
<meta name="twitter:title" content="Mais Guarapari - O Portal da cidade de Guarapari - ES">
<meta name="twitter:description" content="O maior e o mais completo portal da cidade de Guarapari. O Mais Guarapari é o Guia Comercial da cidade, com hotéis, pousadas, restaurantes, imóveis e muito mais">
<meta name="twitter:image" content="https://www.maisguarapari.com.br/img/meta/maisguarapari.png">
<meta name="twitter:image:alt" content="Mais Guarapari - O Portal da cidade de Guarapari - ES">

1 answer

1

Hey, Facebook, cache the Urls. If you did a test where the image was not informed, then corrected and tested again, the old one can still be presented.

You can use the Facebook Sharing Debugger. When you inform your website, the url will be validated again and the data updated.

You can see that now the image is correct.

  • The main URL worked, but the https://www.maisguarapari.com.br/noticias/33/guarapari-atrai-milhares-de-turistas-todos-anos as well as any other that is not the main one does not work.

Browser other questions tagged

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