In this tutorial I want to share using any post titles on the title of our blog, of course it is more effective, why is it so? We can utilize our post title as keywords that may be searched by visitors.
For example our posts about "How to make best SEO friendly Blog?", and someone who uses google search engine to find articles with titles like How to make best SEO friendly blog? then our blog will automatically appear the first page, that's one of the benefits if it Displaying Post Title On the Your Blogs Titles.
How to make that ? Follow the steps below:
1. From your blogger dashboard, go to layout, then click Edit HTML.
2. Find this code;
<title><data:blog.title/></title>
3. If you have found replace with the following code:
<b:if cond='data:blog.pageType == "index"'>4. Then Save Template.
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Good luck, hopefully this article useful to you, do not forget to give comments.
.:: HAPPY BLOGGING ::.