The product page url on social media is only showing store logo image for all products. The same for other pages, only the store logo image is showing.
How can this be fixed? What code needs to be added/modified and in which code file? Any help is greatly appreciated.
When sharing your products on social media, the featured product image should be used by default. The main cover image should be used only for the general pages (such as homepage).
I checked one of your products on Facebook debugger and the preview shows only a logo, as you say.
I looked at the source code of your store and I can see that you have double
property="og:image"
set up on the store. The first one renders the store’s logo.
Thank you @Niki_K . As you suggested, I removed the first og:image tag that rendered the logo. Now the product image is correctly showing in the link. Thanks for your help.
However, now when i send the store link on whatsapp, there is no image showing. Could you advise what’s wrong that needs fixing.