From 09bb3d7ab25c3b6df2d8d64c3002b132392a2add Mon Sep 17 00:00:00 2001 From: Thijs van der heijden Date: Tue, 24 Mar 2026 10:23:06 +0100 Subject: [PATCH] Update the woo seo documentation to make sure we mention the change in schema behavior. --- docs/features/schema/plugins/woocommerce-seo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/schema/plugins/woocommerce-seo.md b/docs/features/schema/plugins/woocommerce-seo.md index 11947443..eba4b9a4 100644 --- a/docs/features/schema/plugins/woocommerce-seo.md +++ b/docs/features/schema/plugins/woocommerce-seo.md @@ -12,7 +12,7 @@ The schema output for our [WooCommerce SEO plugin](https://yoast.com/wordpress/p * Remove WooCommerce's breadcrumb schema. ### On product pages -* Change the `@type` of the `WebPage` piece into `ItemPage`. +* Change the `@type` of the `WebPage` piece into `ItemPage`. While taking into account additional types added via the [schema API](../api.md). * Alter the `Product` piece. * Apply our validation logic to each existing WooCommerce *piece* /value. * Add a `mainEntityOfPage` property to the `Product`, referencing the `WebPage` by ID.