Pin It Now!
Default blogger page title settings are not Search Engine Friendly thus creating a hindrance in indexing and optimizing your blog by search engines.Google only shows a maximum of 70 characters in the title results so it is very important to show your post title before your blog title to get target readers.
Here are the simple steps through which you can display blog post title before blog title.
1)Open Blog options>>>Template.
2)Backup your template.
3)Click on Edit HTML.
4)Search for the below given line.(press CTRL+F for quick search)
2)Backup your template.
3)Click on Edit HTML.
4)Search for the below given line.(press CTRL+F for quick search)
<title><data:blog.pageTitle/></title>
5)Now replace the above searched line,with the following code.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
6)Preview your template.
7)Save.
You are Done.
7)Save.
You are Done.