By default, the feed will include all eligible, supported products and variations. However, there are a number of options / techniques you can use to control what is included.
↑ Back to top
If you have variable products in your store, then the feed creates an individual product output for each individual variation in the feed. If you want to disable this, and only include a single item representing all variations of a product, then you can do so on the plugin settings page (WooCommerce » Settings » Product Feeds).
At the bottom of the settings page is an option which you can de-select called “
If you do include variations, you may also be asked by Google to include the item_group_id element. You can also do this in the same section, the option will show if you have variations set to be included.
Note: This is disabled by default as it only applies in certain specific circumstances.
↑ Back to top
Generating the product feed means that WordPress must load all product data in a single request, and it often takes more resources than an average page request. The feed generator tries to be as efficient as possible. But if you encounter issues, you may want to generate multiple partial feeds and submit each feed individually to Google.
You can generate a partial feed by including gpf_start and gpf_limit arguments in the feed URL. Example: If your full feed URL is http://www.example.com/?woocommerce_gpf=google, then you can generate a feed containing only the first 100 items by using the URL.
Adjust the gpf_limit value to one that your hosting can reliably handle.
Alternatively you can create feeds for individual categories and split up your feed that way – see below.
Note: v7.1.0 of the plugin includes new features to generate feeds more efficiently. If you are having problems generating a full feed, you may like to checkout the new Feed item caching feature.
↑ Back to top
You can change which categories are included in your feed by editing the feed configuration which is available under WooCommerce » Product Feeds. Simply edit your chosen feed, and select “include products ONLY from…” as the category filter and specify the categories you want included in your feed.
↑ Back to top
You can change which categories are included in your feed by editing the feed configuration which is available under WooCommerce » Product Feeds. Simply edit your chosen feed, and select “include all products EXCEPT from…” as the category filter and specify the categories you want excluded from your feed.
↑ Back to top
If you have the WooCommerce Multi-Currency or Currency Switcher for WooCommerce extension then you can produce a feed in any of the currencies that you’ve enabled in the Multi-currency extension settings. To access a feed in a specific currency, simply add currency={currency_code} onto the end of your feed URL, e.g.