[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[Rank Math SEO Plugin] ISSUE WITH SINGLE POST TITLE


xmohammadsharfuddinx
 Share

Recommended Posts

  • Support

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 showing correct title on frontend.

Hope that helps. Thank you.

  • Like 1

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that.

It seems like that the settings of the single post are different or your theme is generating a title on it's own:
8vuTxt+

I checked further and noticed that your theme is generating its own title tag:
N0dARO+

Can you please the SEO settings in your theme or please contact the theme owner for the code/filter to disable the title tag from the theme?

Hope that helps. If you have any further question(s), please let us know.

 

 


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Thank you for your support.

 

I have checked Theme option there no such options to disable Title. 

Is there any upcoming update with Rank Math ? So that We can Enable a Force Rewrite Title with builtin option itself like Yoast SEO Provides? 

Is there any alternate Solution to disable auto generated title? With the help of any Plugin?

wpseo_search-appearance_general_rewrite-titles.png

Link to comment
Share on other sites

  • Support

Hello,

Please share your WordPress login details in the "Sensitive Data" section by clicking the Add button on the top and bottom right-hand side on this ticket and follow the instructions shown in the screenshot below:
rQoczm+

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

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.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

It looks like the priority which your theme is using to change the title is higher than what we have used in Rank Math.

Can you please add your site's FTP details in the Sensitive Data Section so we can try adding some filter code in your theme's functions.php file?

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

I am getting 530 Login Incorrect error when I try to login with the provided access details. Please see the screenshot in the Sensitive Data Section. Can you please check the details again and give us the correct login access?

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

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 showing correct title on frontend.

Hope that helps. Thank you.

  • Like 1

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

It was a pleasure helping you. We are glad you found our help useful. If you have any other questions in the future, do let us know. We are here to help you.

Could you please leave us a testimonial (if you haven't already done that) on about your overall experience with the plugin and the support? This will help us serve you, our members, better. We appreciate your time and patience.
https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?filter=5#new-post

Thank you in anticipation.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...