Advertisement
jmlapam

Untitled

Dec 16th, 2012
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. if((is_home() && ($paged < 2 )) || is_single() || is_page() || is_category() && !is_search() && !is_tag() ){
  3. ?><meta name="robots" content="index, follow"/>
  4. <?php } else {
  5. ?><meta name="robots" content="noindex,follow"/>
  6. <?php }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement