add_filter( 'wp_robots', function( $robots ) { $robots['noindex'] = true; $robots['nofollow'] = true; return $robots; });