Created
December 17, 2014 22:28
-
-
Save evemilano/61bf33eaae68f0c1fcb8 to your computer and use it in GitHub Desktop.
Taggare NOINDEX categorie di WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (is_single() && in_category(array(###))) { 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
https://www.evemilano.com/2014/12/noindex-categorie-wordpress/