// 移除noindex, nofollow标签 remove_action('wp_head', 'noindex_meta_tag'); // 或者添加正确的robots标签 function add_proper_robots_tag() { echo ''; } add_action('wp_head', 'add_proper_robots_tag', 1);

Showing 13–24 of 116 results