i have googled code which blocks woocommerce from creating “noindex”
add_action( ‘init’, ‘remove_wc_page_noindex’ );
function remove_wc_page_noindex(){
remove_action( ‘wp_head’, ‘wc_page_noindex’ );
}
put ins in snippet or functions.php
But I think it switches off all “noindex” to woocommerce pages. So other pages you need to noindex manually