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
actually tried switching of visual composer and still get noindex meta tags
http://prntscr.com/jxi1cy
thank you for the reply. Anyway wpbakery visual composer also does not have any options for index/noindex pages.