Hi, I use SEMrush to check my site and I have many warnings in woocommerce category pages because there are two <h1> tags, one of them are hidden.
To solve I add a custom function:
add_filter( 'woocommerce_show_page_title', '__return_false' );
I hope this information is useful
Gabri