Hello, so that facebook and Whatsapp better understand the information of your webVoce should add the Opengraph metatags in the head of your application.
Open Graph allows site developers to turn their sites into a graphical object allowing a certain level of customization of a recommended, liked or simply shared page.
<meta property="og:locale" content="pt_BR">
<meta property="og:url" content="http://www.meusite.com.br/ola-mundo">
<meta property="og:title" content="Título da página ou artigo">
<meta property="og:site_name" content="Nome do meu site">
<meta property="og:description" content="Minha boa descrição para intrigar os usuários.">
<meta property="og:image" content="www.meusite.com.br/imagem.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="800"> /** PIXELS **/
<meta property="og:image:height" content="600"> /** PIXELS **/
/** CASO SEJA UM SITE NORMAL **/
<meta property="og:type" content="website">
/** CASO SEJA UM ARTIGO **/
<meta property="og:type" content="article">
<meta property="article:author" content="Autor do artigo">
<meta property="article:section" content="Seção do artigo">
<meta property="article:tag" content="Tags do artigo">
<meta property="article:published_time" content="date_time">
More information you can get on http://ogp.me
In order to be able to answer you better it is interesting that you change your question with more information... which version of the angle is working and show us a little of how you are making these changes with JS.
Schema helps in this process?
– João Eymard
I just tested it here! But it didn’t work! : ( I believe the page is not processed in the applications.
– João Eymard
I’m using angle 1
– João Eymard