Everyday SEO - http://www.soregrapes.com
one sure ways for bloggers to get more traffic from search engine
http://www.soregrapes.com/articles/190/1/one-sure-ways-for-bloggers-to-get-more-traffic-from-search-engine.html
By Illuminating SEO
Published on 03/15/2009
 
well guess what i am talking about the title, write, been lately doing on page optimization, and how important is your title? when you start optimization, than you will only come to know, some times its hard, sometime its easy, depending on one's keywords, but all i can say for a start or for a change, start with the blogger's title, let the search engine knows that what your blog is all about. so continue reading and finding out the secrets...

Bloggers Tips: More Traffic From Search Engines
This helps search engines show searchers the topic of each post you've written. Otherwise they may just show the name of your blog for every post. After this change, search engines should show searchers for the actual title of the blog post on the search engine results page.

You will find this in your blogger edit options.

Go to layout and at the top go to edit html.

Here's what you do. First, search for this text:

<title><data:blog.pagetitle/></title>

And replace it with this text:

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

I hope this hack of code is useful for my blogger readers.....