Kalles Shopify Theme - Product image not showing in Google Rich Results

Topic summary

Product images are not appearing in Google rich results for FumeHQD.com product pages, even though Google’s Rich Results test reports no issues. An example URL was provided, and screenshots are central to understanding the display problem.

Diagnosis: A participant identified that the product schema lacks the “image” attribute, which likely causes images to be omitted from rich snippets. This contrasts with the test tool’s pass, suggesting the test didn’t flag the missing image field specifically.

Proposed fix: Edit the product page template in the theme code to add the “image” attribute within the structured data (schema). Use Shopify Liquid (Shopify’s templating language) to dynamically insert the product image URL so each product outputs its image in the schema.

Implementation guidance: Locate the product page file, find the structured data block, and add the image field populated via Liquid. If unfamiliar with coding, hiring help was recommended.

Status: The original poster requested implementation advice and subsequently contacted the helper via WhatsApp. No confirmed resolution yet; issue remains open.

Summarized with AI on December 20. AI used: gpt-5.

My website FumeHQD.com - when someone searches for a product we have on the website, the product image does not show in the Rich snippet as in the picture below .. anyone can help ? why is that and how can we fix the issue ?

On the other hand, the Google rich snippet test , shows no issue and the Schema is correct

here is an example of how the result is shown

This is the Rich result test of same product : https://fumehqd.com/products/mango-mint-wefume-30000

Hi Max,

Your product page does not have the “image” attribute in its schema, that’s why. You’ll just need to add the “image” attribute and the image link to your schema in the product page and that should show your product picture in the rich snippets.

1 Like

Any advise how to add that ?

First, in your Theme’s code editor, you’ll have to look for the file that controls the product page. Next is to locate the code that controls the schema for your rich snippets. Then you’ll just have to add the image attribute and in order for it to have a dynamic image, use Liquid to fill its value with the product image’s link.

Not the best explainer. It’s tough to explain it really, especially if you aren’t familiar with code. I suggest you hire someone for this if you’re unfamiliar with editing your theme.

I texted you on WhatsApp