RSS and Marketing Services

How to make the titles and metas work in WordPress SEO Plugin by Yoast

image001 How to make the titles and metas work in Wordpress SEO Plugin by Yoast


Wordpress SEO plugin by yoast is one of the best SEO plugins out there besides All In One SEO,Ultimate SEO and others.We have been using WordPress Yoast SEO plugin on our blog and getting amazing SEO results.

I have seen many people complain in wordpress.org forum that the site and post tiles don’t work with Yoast SEO plugin,well the problem is not with the plugin but the problem lies in your theme and to your surprise the problem is easy to fix as well.

There are two ways to overcome this problem :

  • Using the plugin in-built option : Go to SEO -> Titles & Metas and check the box which says “Force rewrite titles”,then click save.If this doesn’t fix your problem check the alternative method below to fix the titles with Yoast SEO.
  • Edit your theme file : This method can be a bit tricky as it requires editing of your wordpress theme files.
  • Open your wordpress theme header.php file using filezilla or inbuilt wordpress theme editor.
  • Next Search for the line similar to :
<title><?php bloginfo('name') ;?> | <?php bloginfo('description');?></title>
  • and replace this with :
<title><?php wp_title(''); ?></title>
  • Next make sure that there is no description or title meta  nearby where you previously replaced like “<meta name=”description” content=”<?php bloginfo(‘description’);?>”>” .Just delete such lines of present.

Doing any of the above two methods should solve your problem of titles and metas with wordpress yoast seo plugin.

If you need more help regarding editing of theme file,then let us know by leaving your comment below and we will assist you in editing your theme file to make the fix for titles and metas work.



Tags: , ,


About the Author

Hello ! I am Pradeep ,the editor in chief at ShrewdGeek.I am a technology enthusiast and blogging on android,gadgets and other technology related stuff is my passion.Connect with me on Google+ .



Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv badge

Notify me of followup comments via e-mail. You can also subscribe without commenting.

This blog uses premium CommentLuv which allows you to put your keywords with your name if you have had 5 approved comments. Use your real name and then @ your keywords (maximum of 3)
Back to Top ↑