Skip to content

Instantly share code, notes, and snippets.

@jbma
Created March 23, 2013 14:46
Show Gist options
  • Save jbma/5227966 to your computer and use it in GitHub Desktop.
Save jbma/5227966 to your computer and use it in GitHub Desktop.
function meta_robots(){
if(is_home() && get_query_var('paged') > 1)){
echo '<meta name="robots" content="noindex,follow" />'."\n";
}
}
add_action('wp_head', 'meta_robots');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment