Making Your blog more friendly in Search Engine, You have to do much more tasks. Here, I have one that is to change your title name to the Post title name.
 |
| Before | | | |
 |
| After |
In above pictures, Before shows the default setting of Blogger and After shows the changed setting.
In search engine, searcher can find through your post title that makes your site display on search engine.
To do this you have to follow these steps:
1) Go to the Edit HTML page from the Design tab in Blogger.
2) Than from your Browser help find these terms.
<title><data:blog.pageTitle/></title>
3)Replace that found terms into these
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/></title><b:else/><title><data:blog.pageTitle/> </title></b:if>
4) Click on Save Template
And than just see the change.
Note: Only for Updated Editor of Blooger(Latest Feature)