Complete Schema Markup and Meta Tags for WordPress
Present your content at its best for social sites and search results, no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.
The most comprehensive and accurate Schema markup plugin for WooCommerce products.
Supports over 500 different Schema types and sub-types (including Schema Event, Product Group, and the Service type for WooCommerce products).
Provides complete Schema markup and meta tags for:
- Facebook / Open Graph
- Google Knowledge Graph
- Google Merchant Feed XML
- Google Rich Results / Rich Snippets
- Image and Video SEO
- Instagram Catalog Feed XMLs
- Meta (Facebook and Instagram) Catalog Feed XMLs
- Mobile Web Browsers
- oEmbed for LinkedIn, Discord, and Drupal
- Pinterest Rich Pins
- Schema JSON-LD Markup
- Slack
- WhatsApp and Messaging Apps
- WordPress REST API
- WordPress Sitemaps XML
- X (Twitter) Cards
Fixes all Google Rich Results and Google Merchant errors, including:
- A value for the headline field is required
- A value for the image field is required
- A value for the logo field is required
- A value for the publisher field is required
- Either "price" or "priceSpecification" should be specified (in "offers")
- Invalid value in field "priceSpecification"
- The aggregateRating field is recommended
- The brand field is recommended
- The headline field is recommended
- The image field is recommended
- The review field is recommended
- Missing field "address"
- Missing field "aggregateRating"
- Missing field "brand"
- Missing field "businessDays"
- Missing field "cutoffTime"
- Missing field "deliveryTime"
- Missing field "hasMerchantReturnPolicy" (in "offers")
- Missing field "image"
- Missing field "priceRange"
- Missing field "review"
- Missing field "shippingDetails" (in "offers")
- Missing field "telephone"
- No global identifier provided (e.g. gtin mpn isbn)
- Not a known valid target type for the itemReviewed property
- Price Mismatched value (page crawl): (price [price])
Optimized image sizes for social sites and search engines:
- Commerce Manager Catalog Feed XML (Facebook and Instagram)
- Google Merchant Feed XML
- Open Graph (Facebook and oEmbed)
- Pinterest Pin It
- Schema 1:1 (Google Rich Results)
- Schema 4:3 (Google Rich Results)
- Schema 16:9 (Google Rich Results)
- Schema Thumbnail
- Video Preview Image
- X (Twitter) Summary Card
- X (Twitter) Summary Card Large Image
Reads additional information from active plugins, including:
Supports additional WooCommerce product attributes:
- Product Adult Type
- Product Age Group
- Product Availability
- Product Brand
- Product Google Category ID
- Product Color
- Product Condition
- Product Currency
- Product Energy Rating
- Product Fluid Volume
- Product GTIN-14
- Product GTIN-13 (EAN)
- Product GTIN-12 (UPC)
- Product GTIN-8
- Product GTIN
- Product Net Height
- Product ISBN
- Product Net Len. / Depth
- Product Material
- Product MPN
- Product Min Advert Price
- Product Pattern
- Product Price
- Product Price Type
- Product SKU
- Product Shipping Height
- Product Shipping Length
- Product Shipping Weight
- Product Shipping Width
- Product Size
- Product Size Group
- Product Size System
- Product Target Gender
- Product Net Weight
- Product Net Width
Optionally improves the structured data markup of other SEO plugins:
WPSSO Core and its add-ons can also run in combination with other SEO plugins to improve their performance and structured data markup.
- All in One SEO Pack
- Rank Math SEO
- SEOPress
- The SEO Framework
- WP Meta SEO
- Yoast SEO
Premium edition can retrieve data from service APIs automatically, including:
- Bitly Short URL
- DLMY.App Short URL
- Facebook Video Data
- Gravatar Image Data
- Judge.me Review Data
- Ow.ly Short URL
- Shopper Approved Review Data
- Slideshare Presentation Data
- Soundcloud Track Data
- Stamped.io Review Data
- TinyURL Short URL
- Vimeo Video Data
- Wistia Video Data
- WP Media Library Video Block Data
- WP Media Library Video Shortcode Data
- Your Own URL Shortener (YOURLS) Short URL
- YouTube Video and Playlist Data
Release Schedule
New versions of the plugin are released approximately every week (more or less). New features are added, tested, and released incrementally, instead of grouping them together in a major version release. When minor bugs fixes and/or code improvements are applied, new versions are also released. This release schedule keeps the code stable and reliable, at the cost of more frequent updates.
See
release early, release often (RERO) software development philosophy on Wikipedia for more information on the benefits of smaller / more frequent releases.
Version Numbering
Version components:
{major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).hanges).
- {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 21.2.0 (2025/07/14)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Added Schema itemCondition, refundType, restockingFee, and returnLabelSource properties to
WpssoSchemaSingle::add_merchant_return_policy_data()
.
- Requires At Least
- PHP v7.4.33.
- WordPress v5.9.
- WPSSO Update Manager v7.2.0 (for Premium edition).
Version 21.1.0 (2025/07/08)
- New Features
- None.
- Improvements
- Updated toolbar notification message timeouts.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.4.33.
- WordPress v5.9.
- WPSSO Update Manager v7.2.0 (for Premium edition).
Version 21.0.0 (2025/06/18)
- New Features
- None.
- Improvements
- Refactored several methods to support Schema Contact Points for Organizations.
- Bugfixes
- None.
- Developer Notes
- Added a new
SucomUtil::sanitize_schema_id()
method.
- Added a new
SucomUtil::add_multi_values()
method.
- Added a new
SucomUtil::get_multi_values()
method.
- Added a new
WpssoMessagesTooltipMetaContact
class.
- Added a new
WpssoSchemaSingle::add_contact_data()
method.
- Renamed
WpssoOpenGraph->get_og_type_id_for()
to get_og_type_id()
.
- Renamed
WpssoSchema->get_schema_type_id_for()
to get_schema_type_id()
.
- Renamed
WpssoSchema->get_default_schema_type_name_for()
to get_default_schema_type_name()
.
- Refactored
WpssoOpenGraph->get_og_type_id()
.
- Refactored
WpssoSchema->get_schema_type_id()
.
- Refactored
WpssoSchema->get_default_schema_type_name()
.
- Refactored
WpssoSchema->get_schema_type_url_parts()
.
- Refactored
WpssoSchema->return_data_from_filter()
.
- Refactored
WpssoSchemaSingle::add_organization_data()
.
- Refactored
WpssoSchemaSingle::add_place_data()
.
- Refactored
WpssoJsonTypeOrganization->filter_json_data_https_schema_org_organization()
.
- Refactored
WpssoJsonTypePlace->filter_json_data_https_schema_org_place()
.
- Removed the
WpssoJsonTypeFoodEstablishment
class.
- Removed the
WpssoJsonTypeLocalBusiness
class.
- Requires At Least
- PHP v7.4.33.
- WordPress v5.9.
- WPSSO Update Manager v7.2.0 (for Premium edition).
Version 20.0.0 (2025/06/14)
- New Features
- Added a new SSO > Advanced Settings > Schema Defaults > Service tab.
- Added a new Document SSO > Edit Schema > Service Information section:
- Provider Org.
- Provider Person
- Service Latitude
- Service Longitude
- Service Radius
- Service Offers Start
- Service Offers End
- Service Offers (Name, Price, Currency, Availability)
- Offer Catalogs
- Offer Catalog Name
- Offer Catalog Description
- Offer Catalog URL
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Added a new
WpssoSchema::add_offer_catalogs_data()
method.
- Added a new
WpssoSchemaSingle::add_service_data()
method.
- Added a new
WpssoEditSchema->filter_mb_sso_edit_schema_service_rows()
method.
- Requires At Least
- PHP v7.4.33.
- WordPress v5.9.
- WPSSO Update Manager v7.2.0 (for Premium edition).