Most of webmasters do not personalized and take some change to enhance SEO effect of their Wordpress Templates. I will give you important tip. By changing codes your headers seen as <?php wp_title(''); ?>,<?php wp_title(''); ?> PHP: by codes below <title> <?php wp_title(''); ?> <?php if(wp_title(' ', false)) { echo ' | '; } ?> <?php bloginfo('name'); ?> </title> <META NAME="Keywords" CONTENT="<?php wp_title(''); ?> "> <META NAME="Description" CONTENT="<?php wp_title(''); ?> "> PHP: your website's metaname well descripted on search results. Maybe most webmasters know this trivial details but There are many newbee who want to learn much about SEO tips. Have a nice monetization of your web sites.
You are absolutely right, there are many plugins that offer this option as well i.e. change meta keywords title and description, I have found that because of it my rankings in Google shoot to the top for less competitive keywords!
i am not webmaster but use wp on my lots of sites do i need to change anything or is just for those who are developing themes for wordpress Thanks
Hello friends. I will explain it stp by step 1. step. Open theme editor and find header.php file and open it. 2. After opening Header.php file you must find <?php wp_title(''); ?>,<?php wp_title(''); ?> codes. 3. if you could find it replace it with title><?php wp_title(''); ?><?php if(wp_title(' ', false)) { echo ' | '; } ?><?php bloginfo('name'); ?></title><META NAME="Keywords" CONTENT="<?php wp_title(''); ?> "><META NAME="Description" CONTENT="<?php wp_title(''); ?> "> and press register button. all thing will be ok. I tried All in SEO pack Plugin but it cannot change title order. So we must do it manually.
Yes, All-In-One-SEO plugin supports many of the features which enhance the validity of the website and helps in rising in the SERPS. But, thans for sharing this tip which is very useful.