Hello, Please try adding below filter code in your theme's functions.php file: add_action( 'init', function() { remove_action( 'wp_head', '_wp_render_title_tag', 1 ); add_action( 'rank_math/head', '_wp_render_title_tag', 1 ); }); Hope that helps. Thank you.