Translate the Google Merchant Center product feed

Table of Contents

Load your Google Merchant Center product feed

Google Shopping is connected to a product data feed which then becomes your Google Shopping feed. If you are selling products to particular countries or just want to expend your eCommerce reach, you’ll need to translate all product information. If you use Linguise as translation system it will be done in real time, meaning that all new products will be translated in real time, like a sitemap.

First, you’ll need to locate your original feed. The most common file format used for that purpose is a .xml. Here’s an example of an original feed, non-translated.

Translate the product feed

Once your product feed has been loaded, now it’s time to generate your multilingual feed by language. For that purpose, we will use the language tag in the URL. If your product feed is https://www.domain.com/feed.xml, and you want the French sitemap, add the language tag like that: https://www.domain.com/fr/feed.xml

Here’s the result of a translated item in French.

				
					<item>
<g:id>celebird-eg-variants-apparel-upi-001</g:id>
<title>Diesel Montre analogique en acier inoxydable noir pour homme avec cadran noir</title>
<description>Montre au style avant-gardiste avec boîtier rond en plastique noir mat, cadran noir mat, bracelet en silicone noir, mouvement analogique à quartz à 3 aiguilles. Face en cristal minéral résistant aux rayures. Résistant à l'eau jusqu'à 50 mètres. Taille du boîtier : 44 mm. Largeur de bande : 24 mm. </description>
<link>https://www.liderapro.com/shop?products=variants-apparel-upi&color=Black&size=44mm&country=US</link>
<g:price>105.29 USD</g:price>
<g:condition>new</g:condition>
<g:availability>in stock</g:availability>
<g:image_link>https://www.liderapro.com/image/watch-black.png</g:image_link>
<g:tax>
<g:country>US</g:country>
<g:region>CA</g:region>
<g:rate>7.25</g:rate>
<g:tax_ship>y</g:tax_ship>
</g:tax>
<g:shipping_weight>1.5 oz</g:shipping_weight>
<g:shipping>
<g:country>US</g:country>
<g:price>0.00 USD</g:price>
</g:shipping>
<g:google_product_category>Apparel & Accessories > Jewelry > Watches</g:google_product_category>
<g:product_type>accessoires > montres</g:product_type>
<g:item_group_id>dz1</g:item_group_id>
<g:color>Le noir</g:color>
<g:size>44mm</g:size>
<g:gender>male</g:gender>
<g:age_group>adult</g:age_group>
<g:pattern>Solide</g:pattern>
<g:brand>Diesel</g:brand>
<g:gtin>698615070527</g:gtin>
<g:mpn>DZ1437</g:mpn>
</item>
				
			

Official documentation: Google help center documentation