Best Title Tag Code for Wordpress SEO
Are you using the best title tag for Wordpress? so that you gets maximum search engine traffic ?
Use the following code for your wordpress blogs.
<title><?php if (is_home () ) { bloginfo(‘name’); }
elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(‘’,true); } ?></title>
Its a proven code used by all famous bloggers who use wordpress like “DailyBlogTips” , DoshDosh and many others.
Where to paste the code ?
- Go to your wordpress Dashboard (Wp-admin Area)
- Go to Appearances and open Theme Editor
- Open Header section
- You will find there a line starting <title> some codes and ends with </title>. Delete this code.
- Copy and paste your new code! You are done!!


About me! what to say...