How To Optimize Your Blogger Blog Title
- First of all go to your Blogger Dashboard.
- Now Click on Drop Down menu and click on Templates.
- Now click on Edit Html and find below code.
<title><data:blog.pageTitle/></title>
- Now Replace Above Code With Below code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.pageTitle/></title>
</b:if>
- Now click on Save Template Button.
- All Done friends.
From the Editors Desk:-
It is good that you optimize your blogger blog for search results this will surely help you to get good position in the search results. Hope this tutorial will help you to get good benefit from search engines to your blog. Do tell us if you face any problem.