Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save itsnahidhasan/346812872642e96b3cb66f98509a3bd0 to your computer and use it in GitHub Desktop.
Save itsnahidhasan/346812872642e96b3cb66f98509a3bd0 to your computer and use it in GitHub Desktop.
/** paginated page indexation fixing - paste it to function.php file**/
function mushfiqco_paginated_page_fix() {
if(is_paged()) echo '<meta name="robots" content="noindex,follow"/>';}
add_action('wp_head', 'mushfiqco_paginated_page_fix');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment