I am facing an issue while sharing my link on whatsapp it didn’t preview image in thumbnail.
<meta property="og:type" content="Product Detail" />
<meta property="og:title" content="{{product.name|title}} | {{product.store.name|title}}" />
<meta property="og:site_name" content="Stocks Maze" />
<meta property="og:image" content="{{SERVER_BASE_URL}}{{product.image.0.image}}" xmlns:og="http://opengraphprotocol.org/schema/">
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:url" content="https://www.stocksmaze.com/product-detail/{{product.id}}/">
<meta property="og:type" content="product" />
<meta property="og:description" content="{{product.description}} from seller {{product.store.name|title}}.">
Here is the list of tags i’m using on my product details page
What do i need to change so that it start displaying image on whatsapp