
Easily include additional metadata fields in the WooCommerce Product data metabox and the purchase page Additional information section:
- GTIN
- GTIN-8
- GTIN-12 (UPC)
- GTIN-13 (EAN)
- GTIN-14
- ISBN
- MPN (Manufacturer Part Number)
- Depth
- Volume
The information shown under the WooCommerce purchase page Additional information section changes as different variations are selected (or unselected).
The SSO > WooCommerce Metadata settings page allows you to enable or disable product metadata with a simple checkbox, along with customizing the label and placeholder for different languages (aka WordPress locales).
The product metadata fields are integrated seamlessly in the WooCommerce product editing page, for both simple products and product variations.
Product global identifier values (ie. GTIN, GTIN-8, GTIN-12, GTIN-13, GTIN-14, ISBN, and MPN) are also searchable from the front-end and the WooCommerce Products admin page.
Provides Schema (aka Schema.org) mpn, gtin14, gtin13, gtin12, gtin8, gtin, productID isbn, depth, and additionalProperty fluid_volume properties to the Schema JSON-LD Markup add-on for Google Rich Results, Rich Snippets, and Structured Data.
Can You Add More Product Metadata Fields?
Absolutely. Assuming the information can be included in a Schema Product property value, create a new topic in the plugin support forum with the details (including the suggested Schema property name) and we'll have a look. ;-)
Includes WooCommerce Fluid Volume Units
The WPSSO Product Metadata for WooCommerce add-on also includes a Fluid volume unit option in the WooCommerce > Settings > Products settings page:
- ml
- cl
- l
- kl
- US tsp
- US tbsp
- US fl oz
- US cup
- US pt
- US qt
- US gal
Includes Meta Tags and Schema Markup
The WPSSO Core plugin will automatically include the following Open Graph product meta tags for enabled product metadata:
- product:ean
- product:isbn
- product:mfr_part_no
- product:upc
The Schema JSON-LD Markup add-on will automatically include the following Schema Product and Offer properties for enabled product metadata:
- mpn
- gtin14
- gtin13
- gtin12
- gtin8
- gtin
- productID isbn
- depth
- additionalProperty fluid_volume
WPSSO Core Plugin Required
WPSSO Product Metadata for WooCommerce (aka WPSSO WCMD) is an add-on for the WPSSO Core plugin.
WPSSO Core and its add-ons make sure your content looks best on social sites and in search results, no matter how webpages are shared, re-shared, messaged, posted, embedded, or crawled.
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Version Repositories
Changelog / Release Notes
Version 1.8.0 (2020/11/30)
- New Features
- Improvements
- Bugfixes
- Fixed a "Call to a member function get_enabled_metadata_key() on null" error.
- Developer Notes
- Included the
$addon
argument for library class constructors.
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.16.0.
- WooCommerce v3.8.0.
Version 1.7.0 (2020/11/29)
- New Features
- Improvements
- Updated information and help messages in the SSO > WooCommerce Metadata settings page.
- Bugfixes
- Developer Notes
- Requires At Least
- PHP v5.6.
- WordPress v4.4.
- WPSSO Core v8.14.0.
- WooCommerce v3.6.4.
Version 1.6.1 (2020/10/17)
- New Features
- Improvements
- Refactored the add-on class to extend a new WpssoAddOn abstract class.
- Bugfixes
- Fixed backwards compatibility with older 'init_objects' and 'init_plugin' action arguments.
- Developer Notes
- Added a new WpssoAddOn class in lib/abstracts/add-on.php.
- Added a new SucomAddOn class in lib/abstracts/com/add-on.php.
- Requires At Least
- PHP v5.6.
- WordPress v4.4.
- WPSSO Core v8.13.0.
- WooCommerce v3.6.4.