Changing Schema Type for Product to Book
-
How to change schema type for product to book, I did and it doesn’t show when change type for Book.
function filter_woocommerce_structured_data( $markup ) { $markup['@type'] = "Product"; // change Book } add_filter( 'woocommerce_structured_data_product', 'filter_woocommerce_structured_data', 10, 2 );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing Schema Type for Product to Book’ is closed to new replies.