Eg:- Blog Title + Post Title.
Lets change the format to (Post Title + Blog Title) which will help the search engine to give better search results from your blog.
This will also help you in enhancing your search engine traffic and improve your blogs page ranking.
Lets follow these simple steps to gain better results from search engine:-
1.Sign in to your blogger dashboard>click the 'Layout' button.

2.Click on the 'Edit HTML' tab.

3. Take backup of the template.
4. Find the below code:-
<title><data:blog.pageTitle/></title>
and replace with below code.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
5. Save the template.
Now Title bar for each post will display below format:-
Post Title | Blog Title
