Viewing 2 replies - 1 through 2 (of 2 total)
  • Sean Cull

    (@seanreloaded)

    Automattic Happiness Engineer

    Hi there,

    You can add this bit of code to your theme’s functions.php file:

    add_action( 'init', 'remove_wc_page_noindex' );
    function remove_wc_page_noindex(){
    	remove_action( 'wp_head', 'wc_page_noindex' );
    }
    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to delete ‘noindex’ label ? In the accounts and the cart page’ is closed to new replies.