Title: Scientific AI Product Feed
Author: scientificai
Published: <strong>September 22, 2026</strong>
Last modified: September 22, 2026

---

Search plugins

![](https://ps.w.org/scientific-ai-product-feed/assets/icon-256x256.png?rev=3706901)

# Scientific AI Product Feed

 By [scientificai](https://profiles.wordpress.org/scientificai/)

[Download](https://downloads.wordpress.org/plugin/scientific-ai-product-feed.1.0.11.zip)

 * [Details](https://wordpress.org/plugins/scientific-ai-product-feed/#description)
 * [Reviews](https://wordpress.org/plugins/scientific-ai-product-feed/#reviews)
 *  [Installation](https://wordpress.org/plugins/scientific-ai-product-feed/#installation)
 * [Development](https://wordpress.org/plugins/scientific-ai-product-feed/#developers)

 [Support](https://wordpress.org/support/plugin/scientific-ai-product-feed/)

## Description

Scientific AI Product Feed creates a Google Merchant Center compatible RSS 2.0 XML
product feed directly from your WooCommerce catalog.

Free features:

 * One Google Merchant Center XML feed.
 * No artificial product-count quota.
 * Simple products and product variations.
 * Automatic price and stock updates through feed cache invalidation.
 * Daily automatic feed regeneration with WP-Cron.
 * Manual “Generate Feed Now” button.
 * Export all product categories or one selected category.
 * Option to include or exclude out-of-stock products.
 * Product ID, title, description, link, image, availability, price and condition.
 * Sale price when applicable.
 * Manufacturer part number (MPN) from explicit product metadata when available.
 * WooCommerce Global Unique ID as GTIN when available.
 * WooCommerce product brand when available.
 * Merchant Readiness Check for missing images, prices, brand and product identifiers.
 * Direct edit links for products that need attention.

The feed URL is shown in WordPress Admin under Scientific AI > Product Feed. Add
that URL as a scheduled data source in Google Merchant Center.

Scientific AI Product Feed does not send product data to Scientific AI Ltd. Google
Merchant Center only receives the feed if you choose to add the feed URL to your
Merchant Center account.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` or install the ZIP through Plugins
    > Add New > Upload Plugin.
 2. Activate WooCommerce.
 3. Activate Scientific AI Product Feed.
 4. Go to Scientific AI > Product Feed.
 5. Review the feed settings and click Generate Feed Now.
 6. Open the feed URL to confirm it loads, then add it to Google Merchant Center.

## FAQ

### Does this plugin require WooCommerce?

Yes. WooCommerce must be installed and active.

### Does the free version support variable products?

Yes. Published variations are exported as individual items with an item group ID.

### How often does the feed update?

The plugin clears its cached feed when WooCommerce products or variations are updated
and also regenerates the feed daily with WP-Cron. You can regenerate it manually
at any time.

### Why was a product skipped?

The plugin skips grouped products, excluded out-of-stock products, and products 
that do not have a valid price or main image.

### How does the plugin handle MPN values?

The Free plugin does not automatically use a store-specific WooCommerce SKU as a
manufacturer part number. It reads explicit MPN values from common product meta 
keys (`_mpn`, `mpn`, `_manufacturer_part_number`, or `manufacturer_part_number`).
Developers can also provide a verified manufacturer part number with the `sai_pf_product_mpn`
filter. If no verified MPN exists, the attribute is left out of the feed.

### Is product data sent to Scientific AI Ltd?

No. The plugin generates the feed on your own WordPress site.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Scientific AI Product Feed” is open source software. The following people have 
contributed to this plugin.

Contributors

 *   [ scientificai ](https://profiles.wordpress.org/scientificai/)

[Translate “Scientific AI Product Feed” into your language.](https://translate.wordpress.org/projects/wp-plugins/scientific-ai-product-feed)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/scientific-ai-product-feed/),
check out the [SVN repository](https://plugins.svn.wordpress.org/scientific-ai-product-feed/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/scientific-ai-product-feed/)
by [RSS](https://plugins.trac.wordpress.org/log/scientific-ai-product-feed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.11

 * Adds the required translators comment for the translatable feed title placeholder
   to satisfy WordPress internationalization checks.

#### 1.0.10

 * Stops treating an internal WooCommerce SKU as a manufacturer part number (MPN);
   MPN is now read only from explicit product metadata or the documented developer
   filter.
 * Allows WooCommerce managers who can access Product Feed to save its settings 
   through the WordPress Settings API.
 * Uses WordPress esc_xml() for XML text escaping.

#### 1.0.9

 * Clears cached feed and Merchant Readiness results once after plugin updates so
   old diagnostics do not remain after a ZIP replacement.
 * Clarifies that Product Feed Pro feed-only warning fixes do not modify the standard
   Free feed or the underlying WooCommerce product data.
 * Removed automatic identifier_exists=no output when identifiers are merely missing;
   the Free plugin no longer assumes a product has no assigned identifiers.

#### 1.0.8

 * Removed plugin credit text from the public XML feed output.
 * Improved admin accessibility for decorative icons and links that open new tabs.
 * Localized the Copy URL confirmation text and remaining dashboard labels.
 * Escaped dynamic admin CSS class values explicitly.
 * Limited cached diagnostic detail rows to 50 while keeping full-catalog totals.
 * Improved scheduled-event and uninstall cleanup.

#### 1.0.7

 * Added a Merchant Readiness Check to the Free dashboard.
 * Added Ready, Warning and Error totals for eligible WooCommerce feed items.
 * Added checks for missing images, invalid prices, missing brand and missing product
   identifiers.
 * Added direct product edit links and a manual Refresh Check action.
 * Added a note that diagnostics are advisory and platform requirements can vary.

#### 1.0.6

 * Redesigned the Free dashboard with a visual WooCommerce-to-Google feed workflow.
 * Added a right-side Quick Setup guide, live feed-status card, and clearer Pro 
   upgrade panel.
 * Added Copy Feed URL button for faster Merchant Center setup.
 * Added direct Merchant Center access from the dashboard.

#### 1.0.5

 * Added the live Scientific AI Product Feed Pro product-page link to the Free plugin
   dashboard.
 * Updated the Pro feature summary to match the released Pro add-on.

#### 1.0.4

 * Changed admin-menu integration so Product Feed only joins an existing Scientific
   AI menu and never moves or removes menu items registered by another plugin.
 * Removed the optional Plugin URI header until a dedicated public plugin page is
   available.

#### 1.0.3

 * Removed the unused Domain Path header so Plugin Check no longer reports a missing
   languages folder.
 * Cleaned the FAQ wording for skipped products.

#### 1.0.2

 * Removed the 100-item feed quota.
 * Free Google feed now exports the full eligible WooCommerce catalog.
 * Added batched product queries to avoid loading the entire parent-product catalog
   in one query.

#### 1.0.1

 * Join an existing Scientific AI admin menu when one is already registered.
 * Merge duplicate Scientific AI menu entries created by companion plugins into 
   a single menu.

#### 1.0.0

 * Initial release.
 * Added Google Merchant Center RSS 2.0 XML feed.
 * Added support for simple products and variations.
 * Added category and stock filtering.
 * Added feed caching, invalidation and daily regeneration.
 * Added GTIN, brand, MPN, sale price and item group fields when available.

## Meta

 *  Version **1.0.11**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ecommerce](https://wordpress.org/plugins/tags/ecommerce/)[google shopping](https://wordpress.org/plugins/tags/google-shopping/)
   [merchant center](https://wordpress.org/plugins/tags/merchant-center/)[product feed](https://wordpress.org/plugins/tags/product-feed/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/scientific-ai-product-feed/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/scientific-ai-product-feed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/scientific-ai-product-feed/reviews/)

## Contributors

 *   [ scientificai ](https://profiles.wordpress.org/scientificai/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/scientific-ai-product-feed/)