additional image not in right xml format
-
I found out in merchant center a lot of products had errors with the additional images. In the feed it is formatted as like this:
<g:additional_image_link>https://website.nl/image-1.jpg,https://website.nl/image-2.jpg,https://website.nl/image3.jpg</g:additional_image_link>This will result in google seeying it as 1 image link. And it should be formatted as
<g:additional_image_link>https://www.example.com/image2.jpg </g:additional_image_link> <g:additional_image_link>https://www.example.com/image3.jpg </g:additional_image_link>How can i fix this?
The topic ‘additional image not in right xml format’ is closed to new replies.