Remove Posts From Sitemap By Category…
-
I know this is not possible from the plugin itself. Can we script it?
I used this script to noindex posts in specific categories. Is it possible to add/modify to have yoast remove these posts from the sitemap?
Thank you!
<?php if (is_single() && in_category(array(‘news’, ‘economic’, ‘education’, ‘government’, ‘religion’, ‘other’))) {
echo ‘<meta name=”robots” content=”noindex, follow”>’;
} ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Posts From Sitemap By Category…’ is closed to new replies.