Meta property is not working on face

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

I color a url www.maisguarapari.com.br no 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">
Author: Gladison, 2018-11-01

1 answers

Hello, Facebook caches URLs. If you took 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. By reporting your site, the url will be validated again and the data updated.

You can see that the image is now correct .

 1
Author: cbonomini, 2018-11-01 19:46:33