Advertisement
sagive

No Index on tag pages

Apr 24th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if(is_tag() || is_date()) {
  2. function noindex_tag() {echo '<meta name="robots" content="noindex,follow"/>';}
  3. remove_action('wp_head', 'rel_canonical');
  4. add_action('wp_head', 'noindex_tag');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement