• Resolved calale

    (@calale)


    Hello, i still receive this problem on selection products in the google search console.
    There are a lot of error in category after i installed rank math plugin.

    https://ibb.co/QkL4wsY

    How can i resolve this issue ?

    I tried to insert this code into the functions.php too but the errors permanently in search console.

    /**
    * Remove the generated product schema markup from Product Category and Shop pages.
    */
    function wc_remove_product_schema_product_archive() {
    remove_action( ‘woocommerce_shop_loop’, array( WC()->structured_data, ‘generate_product_data’ ), 10, 0 );
    }
    add_action( ‘woocommerce_init’, ‘wc_remove_product_schema_product_archive’ );

    Thank you.

    Alessandro.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘“offers”, “review” o “aggregateRating”’ is closed to new replies.