add_filter( 'rank_math/frontend/robots', function( $robots ) { if ( is_feed() ) { unset( $robots['index'] ); $robots['noindex'] = 'noindex'; $robots['follow'] = 'follow'; }return $robots; } );