With reference to the above-mentioned Title, please find the attachements
Rank Math Settings: http://prntscr.com/m9blus
Google Search: http://prntscr.com/m9bm2v
I need the title on google search same as the Rank Mathn Title Settings
Please Help me
Hello,
In your theme, a static title is used whereas Rank Math ( or as a matter of fact any plugin which modifies title ) needs wp_title() function to change the title. To fix it, I logged into your site and changed below code in the header.php file:
Replaced:
<title><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>
with
<title><?php wp_title(); ?></title>
Now your site is show