This is a blogger hack.It change the title to the following attractive format Post Title + Blog Title.
This hack will help to optimize the blog title for Search Engines like google yahoo.so you can increase your visitors.It will take some time to change this format.Try this hack.
1. Now log to your blogger and navigate to Layout > Edit HTML and expand Widget Templates
2. Find this code by using Ctrl+F <title><data:blog.pageTitle/></title>
This hack will help to optimize the blog title for Search Engines like google yahoo.so you can increase your visitors.It will take some time to change this format.Try this hack.
1. Now log to your blogger and navigate to Layout > Edit HTML and expand Widget Templates
2. Find this code by using Ctrl+F <title><data:blog.pageTitle/></title>
3. Replace with this code.
<!-- Start www.linktohow.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 www.linktohow.blogspot.com
: Changing the Blogger Title Tag -->
4.Done. Now save the template.