WPSSO Product Metadata (aka Custom Fields) for WooCommerce SEO – MPN, ISBN, GTIN, UPC, EAN, Global Identifiers

Description

Provides additional fields in the WooCommerce “Product data” metabox and under the product webpage “Additional information” section:

  • MPN (Manufacturer Part Number)
  • ISBN
  • GTIN-14
  • GTIN-13 (EAN)
  • GTIN-12 (UPC)
  • GTIN-8
  • GTIN
  • Net Length / Depth
  • Net Width
  • Net Height
  • Net Weight
  • Fluid Volume

The SSO > WooCommerce Metadata settings page allows you to enable or disable each product metadata (aka custom field), along with customizing the label and placeholder values for the available languages (aka WordPress locales).

The product global identifier values (ie. MPN, ISBN, GTIN-14, GTIN-13, GTIN-12, GTIN-8, and GTIN) are searchable from both the front-end webpage, and the admin WooCommerce Products page.

The WPSSO Product Metadata for WooCommerce SEO add-on provides Schema (aka Schema.org) mpn, gtin14, gtin13, gtin12, gtin8, gtin, productID isbn, depth (aka length), width, height, weight, and additionalProperty fluid_volume values to the WPSSO Core plugin for Google Rich Results, Rich Snippets, and Structured Data.

Includes WooCommerce Fluid Volume Units

Includes a Fluid volume unit option in the WooCommerce > Settings > Products settings page:

  • ml
  • cl
  • l
  • US tsp
  • US tbsp
  • US fl oz
  • US cup
  • US pt
  • US qt
  • US gal

Additonal Meta Tags and Schema Markup

Automatically provides additional Open Graph product meta tags for enabled product metadata:

  • product:ean
  • product:isbn
  • product:mfr_part_no
  • product:upc
  • product:weight:value
  • product:weight:units

Automatically provides additional Schema Product and Offer properties for enabled product metadata:

  • mpn
  • gtin14
  • gtin13
  • gtin12
  • gtin8
  • gtin
  • productID isbn
  • depth (aka length)
  • width
  • height
  • weight
  • additionalProperty fluid_volume

WPSSO Core Required

WPSSO Product Metadata for WooCommerce SEO (WPSSO WCMD) is an add-on for WooCommerce and the WPSSO Core plugin, which provides complete structured data for WordPress to present your content at its best for social sites and search results – no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.

Screenshots

  • Information shown under the "Additional information" section changes as different variations are selected.
  • Enabled product metadata fields are added seamlessly under the product inventory tab.
  • Enabled depth and volume metadata fields are added seamlessly under the product shipping tab.
  • Enabled product metadata fields are added seamlessly under the product variations tab.

FAQ

Frequently Asked Questions

  • None.

Reviews

13 de septiembre, 2023
All seems to be working well so far. I use a number of WPSSO plugins on sites and they are great.
14 de febrero, 2022 4 replies
I tried it, I installed it, I activated it but it was doing nothing, it didn't appear on the product. it seems to me that I am downloading another plugin without which it does not work correctly, I don't understand why it is not said from the beginning that other plugins must be downloaded.
2 de septiembre, 2021 1 reply
Posted a query for my specific use case, received a response in less than an hour, a patch to confirm resolution shortly after then a further tweak the following morning. VERY impressed. Very comprehensive
Read all 15 reviews

Contributors & Developers

“WPSSO Product Metadata (aka Custom Fields) for WooCommerce SEO – MPN, ISBN, GTIN, UPC, EAN, Global Identifiers” is open source software. The following people have contributed to this plugin.

Contributors

“WPSSO Product Metadata (aka Custom Fields) for WooCommerce SEO – MPN, ISBN, GTIN, UPC, EAN, Global Identifiers” has been translated into 3 locales. Thank you to the translators for their contributions.

Translate “WPSSO Product Metadata (aka Custom Fields) for WooCommerce SEO – MPN, ISBN, GTIN, UPC, EAN, Global Identifiers” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version Numbering

Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]

  • {major} = Major structural code changes and/or incompatible API changes (ie. breaking 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 Edition Repositories

Development Version Updates

WPSSO Core Premium edition customers have access to development, alpha, beta, and release candidate version updates:

Under the SSO > Update Manager settings page, select the “Development and Up” (for example) version filter for the WPSSO Core plugin and/or its add-ons. When new development versions are available, they will automatically appear under your WordPress Dashboard > Updates page. You can reselect the “Stable / Production” version filter at any time to reinstall the latest stable version.

WPSSO Core Standard edition users (ie. the plugin hosted on WordPress.org) have access to the latest development version under the Advanced Options section.

Changelog / Release Notes

Version 4.1.1 (2024/02/10)

  • New Features
    • None.
  • Improvements
    • None.
  • Bugfixes
    • Fixed “Net Dimensions (L x W x H)” attribute showing when disabled.
    • Fixed showing HTML encoded values for variation “Net Dimensions (L x W x H)”.
    • Fixed main product attributes not showing when they have no value but a variation has a value.
  • Developer Notes
    • None.
  • Requires At Least
    • PHP v7.2.34.
    • WordPress v5.8.
    • WPSSO Core v17.13.0.
    • WooCommerce v6.0.0.

Version 4.1.0 (2024/02/05)

  • New Features
    • None.
  • Improvements
    • None.
  • Bugfixes
    • None.
  • Developer Notes
    • Added support for the new SucomUtilWP::doing_dev() method.
  • Requires At Least
    • PHP v7.2.34.
    • WordPress v5.8.
    • WPSSO Core v17.12.0.
    • WooCommerce v6.0.0.

Version 4.0.0 (2023/11/08)

  • New Features
    • None.
  • Improvements
    • None.
  • Bugfixes
    • None.
  • Developer Notes
    • Refactored the settings page and metabox load process for WPSSO Core v17.0.0.
  • Requires At Least
    • PHP v7.2.34.
    • WordPress v5.8.
    • WPSSO Core v17.0.0.
    • WooCommerce v6.0.0.

Version 3.2.0 (2023/07/26)

  • New Features
    • None.
  • Improvements
    • Added support for the WooCommerce Settings > Currency Options > Decimal Separator value since it is also used for decimal input fields.
  • Bugfixes
    • None.
  • Developer Notes
    • Added a new private WpssoWcmdWooCommerce->sanitize_save_value() method.
    • Added a new private WpssoWcmdWooCommerce->sanitize_show_value() method.
    • Refactored the WpssoWcmdWooCommerce->save_metadata_options() method.
    • Refactored the WpssoWcmdWooCommerce->save_metadata_options_variation() method.
    • Refactored the WpssoWcmdWooCommerce->get_show_meta_keys_values() method.
  • Requires At Least
    • PHP v7.2.34.
    • WordPress v5.5.
    • WPSSO Core v15.17.2.
    • WooCommerce v5.0.