function remove_noindex_tag() { remove_action('wp_head', 'noindex', 1); } add_action('init', 'remove_noindex_tag');