add_filter( 'rank_math/frontend/robots', function ( $robots ) { $categories = array_map( function ( $category ) { return $category->slug; }, get_the_category() ); if ( in_array( 'honor-wall', $categories ) ) { unset( $robots['index'] ); $robots['noindex'] = 'noindex'; } return $robots; } ); Ruben E. Myers - Disabled Veterans National Foundation