Problem generating valid additional_image_link tags in XML feed
-
I am using the “Product Feed PRO for WooCommerce” plugin to create a Google Shopping feed in XML format. I am having a problem with the
g:additional_image_linkattribute.- When I set the field mapping to “All gallery images (comma separated)”, the plugin incorrectly creates a single XML tag with all URLs combined with commas. This is the wrong format for an XML feed.
- When I change the mapping to “Product image gallery”, the plugin outputs a comma-separated list of internal WordPress Media Library IDs (e.g.,
10269,10268,10267) instead of the full image URLs.
In both cases, the output is invalid for the Google Merchant Center, and my additional images cannot be processed.Question for the support team:
How can I configure the plugin to correctly generate a separate
<g:additional_image_link>tag for each full image URL from the product gallery, as required by Google’s XML feed specification?The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.