Google Merchant Image Issues

Hi,

I am currently trying to use the URL that uploadcare provided for images in a Google Merchant feed with no luck. My initial appeared to be that no filename was provided, which I have changed. However, I still get an ‘invalid image encoding [image link]’ issue from Google Merchants.

Example Images URL
https://ucarecdn.com/61001b00-753c-4676-9a16-8c8900dfed68/-/resize/1000x1000/CressiCommanderBCLarge.jpg

Has anyone had experience with this issue?

Hi @ben,

Thanks for getting in touch! We haven’t seen this issue with other users yet.

I’ve gone through Google Merchant image requirements and found this:

The image’s file extension should correspond to its format.

If you don’t specify the target format in the image URL, it may be delivered as WebP (if the client supports it). To ensure that the image is delivered as JPEG, you can add the /format/jpeg/ operation to the URL:

https://ucarecdn.com/61001b00-753c-4676-9a16-8c8900dfed68/-/resize/1000x1000/-/format/jpeg/CressiCommanderBCLarge.jpg

Can you try this and let me know the result?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.