Skip to content

Instantly share code, notes, and snippets.

@colegeissinger
Last active December 28, 2015 19:29
Show Gist options
  • Save colegeissinger/7550968 to your computer and use it in GitHub Desktop.
Save colegeissinger/7550968 to your computer and use it in GitHub Desktop.
No index for makers database
<?php // Inject this code near the top of the header.php like below the title or somewhere around there ?>
<?php if ( get_post_type == 'maker' ) {
echo '<meta name="robots" content="noindex, follow">';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment