Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/schema/plugins/woocommerce-seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down