Blog Tittle SEO for blogger
You have seen in blogger post, whenever you post anything and after view it in your browser, it will show first your blog name , and after that Post tittle at the Main Web browser bar,Means there is combination of Blog Title + Post Title by default, and thus Search Engine Optimization needs to be done with blog to increase the Search Engine Visibility for blogger.
So you need to do Post Title + Blog Title in your blogger tittle to increase Search Engine Visibility.Do not forget to download/backup your blogger template first before changing any HTML code to get back your previews blogger template if you do not like changes you made.
How you can make Post Title + Blog Title instead of default Blog Title + Post Title :
Follow the steps to make this possible in you blogger blog.
1.Login to Your blogger account.
2.Go to design Tab.
3.Select Edit HTML Sub tab.
4.In Template code Try to find the following code by pressing Ctrl + F
5.Replace that code with following code mentioned below :
6.Save the template.
7.See any one of your blogger post, You will see the change in blogger tittle at your browser bar.
So you need to do Post Title + Blog Title in your blogger tittle to increase Search Engine Visibility.Do not forget to download/backup your blogger template first before changing any HTML code to get back your previews blogger template if you do not like changes you made.
How you can make Post Title + Blog Title instead of default Blog Title + Post Title :
Follow the steps to make this possible in you blogger blog.
1.Login to Your blogger account.
2.Go to design Tab.
3.Select Edit HTML Sub tab.
4.In Template code Try to find the following code by pressing Ctrl + F
<title><data:blog.pageTitle/></title>
5.Replace that code with following code mentioned below :
<!-- Start ehowportal.blogspot.com: Changing the Blogger Title Tag -->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
<!-- End ehowportal.blogspot.com: Changing the Blogger Title Tag -->
6.Save the template.
7.See any one of your blogger post, You will see the change in blogger tittle at your browser bar.
Loading
August 11, 2011 at 12:17 PM