Selling subscription products and not sure they make it into your shopping feed? It’s a fair worry. Many custom product types get skipped by feed plugins, or their price comes through wrong. The good news: Product Feed Pro includes your subscription products automatically, with no extra setup. Below covers how that works, which price ends up in your feed, and how to send the Subscription cost attribute to Google Shopping.
Prerequisites
| Requirement | Details |
|---|---|
| Product Feed Pro | Subscription products are exported by the core plugin. No add-on is needed to include them in a feed. |
| WooCommerce Subscriptions | The official WooCommerce extension that creates subscription product types. The plugin reads the recurring price from it. |
| Product Feed Elite | Needed only for the auto-filled Subscription cost (Google) value. Subscription export itself works without it. |
| Google Shopping feed | The Subscription cost attribute applies to the Google Shopping channel. |
How subscription products appear in your feed
Product Feed Pro detects your subscription products automatically and exports them to your feed. It reads the title, description, link, image, and your custom WooCommerce attributes exactly the way it does for a simple product. This works for both single subscription products and variable subscription products. You don’t need to rebuild your subscriptions as plain products to get them into a feed.
The price is where subscriptions differ. Your feed sends the recurring price, the amount a customer pays each billing cycle. It does not send the signup fee, since shopping channels expect the ongoing price of the item.
A variable subscription works differently. To get any of its plans into your feed, open the feed’s General tab and turn on Include product variations. Your feed then lists each plan as its own item with its own recurring price. Without this setting, variable subscription plans don’t appear in the feed.
What subscription data appears in your feed
Subscription products carry the same core fields as your other products:
- Title, description, link, and image pulled from the product itself.
- Price, regular price, and sale price are taken from the recurring subscription price. When a regular price and a lower current price both exist, the plugin sends the lower one as the sale price.
- Custom WooCommerce attributes you’ve added to the product.
- Subscription cost for Google Shopping, when you map it (see below).
You map subscription products to your channel’s attributes exactly like any other product, on the Field Mapping tab.
Add the Subscription cost attribute for Google Shopping
Google Shopping can show the billing period and recurring price of a subscription in a dedicated subscription cost field. With Product Feed Elite and WooCommerce Subscriptions both active, Product Feed Pro fills this in for you in the exact format Google expects. You add it through Field Mapping.
To map it:
- Go to Product Feed in your WordPress admin menu.
- Open your Google Shopping feed, or create a new one.
- Click the Field Mapping tab.
- Click Add field mapping to add a new row.
- In the channel attributes column, select Subscription cost.
- In the Value dropdown next to it, select Subscription cost (Google).
- Click Save Changes to store your mapping.
- Click Generate Product Feed to refresh the feed with the new value.

The value comes through in Google’s required format. For an XML Google Shopping feed, a $50 monthly plan produces nested child elements:
<g:subscription_cost>
<g:period>month</g:period>
<g:period_length>1</g:period_length>
<g:amount>50.00 USD</g:amount>
</g:subscription_cost>
Here, period is the billing cycle (week, month, or year), period_length is the total number of billing periods the customer commits to (where 1 means cancel-anytime), and amount is the recurring price with its ISO currency code. The amount follows the same tax and currency settings as the rest of your products.
Troubleshooting
FAQ
Need more help?
If you’re on Product Feed Elite, open a support ticket, and our team will help you map subscription attributes or troubleshoot how your subscriptions appear in the feed.
If you’re on the free version, post your question in the Product Feed Pro support forum on WordPress.org.

