Hello,
Thank you for reaching out to us. To change the index option for tags en masse, you can follow these steps:
-
Navigate to Rank Math SEO → Titles & Meta → Tags in your WordPress dashboard.
-
In the Tags section, you will find the Tag Archives Robots Meta option. If this option isn’t available, make sure you’ve switched to the Advanced Mode in Rank Math.
-
Toggle the Tag Archives Robots Meta option to select custom robots meta settings. Then, select the Index checkbox and leave the No Index unchecked.
-
Finally, click the Save Changes button to reflect the changes.
This will change the index option for all your tags at once.
If you have any further questions or need additional assistance, please feel free to reach out to our support team directly from here, and we’re always here to help.
Sources:
Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math
How to Enable Sitemaps for Tag Archives » Rank Math
How to Fix Submitted URL Marked ‘NoIndex’ Error » Rank Math
How to NoIndex All Posts in a Category » Rank Math
Hello.
I did as described, but no change was made.
Thank you.
Hello,
Please select all tags and use the bulk actions option:
Hope that helps and please do not hesitate to let us know if you need my assistance with anything else.
Hello.
When I select all the tags and click bulk actions, only the delete option comes up.
I had already tried this before writing to you. I manually changed and updated 730 labels one by one.
Thank you.
Hello,
Thank you for your patience.
In this case, you can use this filter to set all your tags to noindex:
add_filter( 'rank_math/frontend/robots', function( $robots ) {
if (is_tag()){
$robots['index'] = 'noindex';
}
return $robots;
});
Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps.
Hello,

You’re welcome.
We are super happy that this issue is already resolved. If you have any other questions in the future, know that we are here to help you.

If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

Thank you.