The best way to increase your google ranking on the google search is to make your Post Title first, then followed by the Title of your Blog.
If you're using blogger like me, it is so easy.
Look for this code on the "edit html" portion.
<title><data:blog.pageTitle/></title>
then change this into this code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
It worked for me. There's no harm on trying. If it does not work for you then revert it to your old template.
Please wait for about 2 to 3 weeks then you will notice the change on your daily visitors.