[ad_1]
[ad_2]
Hello, is there a way to do a massive bulk noindex on WordPress?
For example: All the posts between 2010 and 2012 need to be noindex. How can I do this?
Thank you
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
What SEO plugin do you use to noindex?
Could be done with a php script or maybe wp-cli
One way would be to setup an htaccess rule – however that depends on your permalink structure. If you’re using mm/yyyy, then it’s a simple case of setting up a regex for that [https://serverfault.com/a/992124](https://serverfault.com/a/992124)