It is better to change the default post title of the Blogger to get better SEO effects. Then you can easily drive traffic to your blog from Search Engines.
Search Engine Tips and Tricks | HellBound Bloggers
Will be more effective than
HellBound Bloggers | Search Engine Tips and Tricks
To make these changes, do the following simple steps. Don’t forget to get a backup copy of your Blog’s template before doing this.
1. Go to Blogger Dashboard.
2. Then go to Layout | Edit HTML
Now search for this code in your template.
<title><data:blog.pagetitle/></title>
And replace it with the following code.
<!– Start of Changing the Post Title Tag –>
<b:if cond=’data:blog.pageType == “item”‘>
<title><data:blog.pagename/></title>
<b:else>
<title><data:blog.pagetitle/</title>
</b:if>
<!– End of Changing the Post Title Tag –>
That’s all, now preview your template to see the changes, if the post title is not displaying in that manner, make sure you done all these code changes properly.
After that, save your template and enjoy the benefits of SEO.