Hello,
To change the robots meta tag from:
to:
You need to remove the existing directives “follow”, “index”, “max-snippet:-1”, and “max-video-preview:-1” from the content attribute. After making the change, your robots meta tag should only include “max-image-preview:large”.
If you need further assistance or have any other questions, feel free to ask!
Sources:
Advanced Tab in Rank Math SEO’s Meta Box
Editing Meta Title & Descriptions At Scale with Rank Math » Rank Math
Rank Math ‘Titles and Meta’ Options and Settings
Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Please make sure you’re using the latest version of the Rank Math plugin on your website: https://rankmath.com/changelog/
If the issue persists, please follow this guideline to check if any of your plugins/themes are conflicting with Rank Math: https://rankmath.com/kb/check-plugin-conflicts/
Only the site admin would know and your users won’t be affected by this troubleshooting.
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello,
Apologies for the inconvenience.
You may disregard the previous replies and follow these steps to achieve that robots structure.
1. Head over to Rank Math > Titles & Meta > Global Meta > Advanced Robots Meta and uncheck the Snippet and Video Preview checkboxes, then click the save button below
2. Once done, apply this filter on your site to remove the default index and follow robots meta tags:
add_filter('rank_math/frontend/robots', function( $robots ) {
unset($robots['index']);
unset($robots['follow']);
return $robots;
});
If you’re not sure how to add this code, you can follow this guide:
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 it isn’t too much to ask for – would you mind leaving us a review here?
https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post
https://www.trustpilot.com/evaluate/www.rankmath.com
It only takes a few minutes but makes a huge difference.
It would mean so much to us and would go a really long way.
Thank you.