WooCommerce Google Feed
WooCommerce Google Feed allows you to export your WooCommerce products to an XML feed compatible with Google Merchant Center. The feed can be generated manually or automatically via WordPress cron.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/2boom-ua/wc-google-feed/archive/refs/heads/main.zipReadme
WooCommerce Google Feed
Export WooCommerce products to Google Merchant Center XML feed.
Description
WooCommerce Google Feed allows you to export your WooCommerce products to an XML feed compatible with Google Merchant Center. The feed can be generated manually or automatically via WordPress cron.
Features
- Generate XML feed in Google Shopping format
- Select specific categories or products for export
- Automatic daily generation via WordPress cron
- Compatibility mode for Google for WooCommerce
- Download XML file directly from admin panel
- Copy feed URL to clipboard
- Displays file status, size, product count, and last update time
Installation
- Upload the plugin folder to
/wp-content/plugins/or install via WordPress admin. - Activate the plugin.
- Navigate to WooCommerce → Woo Google Feed.
- Select categories/products and click Generate XML.
Usage
Manual Generation
- Go to WooCommerce → Woo Google Feed.
- Select categories or individual products.
- Click Generate XML.
- Use the Download XML button or copy the File URL.
Automatic Generation
- Check "Automatically generate XML feed once a day".
- WordPress cron will run daily to update the feed.
Compatibility Mode
- Enable Compatibility mode (Google for WooCommerce).
- Changes:
- Adds
gla_prefix to product IDs - Uses CDATA for titles
- Includes all gallery images
- Adds sale price fields (
sale_price,sale_price_effective_date)
- Adds
- Disable for standard mode (without
gla_prefix).
Frequently Asked Questions
What is the feed URL?
https://yoursite.com/feed_products.xml
How often should I update the feed?
Google recommends daily updates. You can enable automatic generation for this.
What is Compatibility mode?
It changes the XML format to be compatible with the Google for WooCommerce plugin format.
Where is the XML file stored?
The file is saved in the root of your WordPress installation (/feed_products.xml).
Does this plugin work with variable products?
Yes, all product types are supported.
Changelog
1.2
- Added Compatibility mode for Google for WooCommerce
- Added
g:titleCDATA for compatibility mode - Added all gallery images as
g:additional_image_link - Added
g:sale_priceandg:sale_price_effective_date - Removed
from descriptions - Added generation mode toggle in admin
1.1
- Added automatic generation via WordPress cron
- Added selection of categories and products
1.0
- Initial release
- Basic XML feed generation
- Manual generation and download
License
This plugin is licensed under the GPLv2 or later.