1
You can see here all the documentation on this subject: http://ogp.me/
The most normal options to use are these:
<meta property="og:title" content="Titulo que deseja" />
<meta property="og:url" content="https://www.exemplo.com/" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descrição que quer que apareça" />
<meta property="og:image" content="https://www.exemplo.com/images/icon-1024.png" />
Thank you! now yes it is all formatted all good :)
– jp1