Here is how to swap positions with the title of the blog post title on new blogger. You can also add Meta Tags on blogger here. As you probably already know that the swap positions with the title of the blog post title is a step in a better SEO implementation on our blog.
This only spend 1 minute.
Before
How:
1. Log in to Blogger> Layout> Edit HTML
2. Find the code below (Ctrl + F):
<title><data:blog.title/></title>
Or if not there, find this code:
<title><data:blog.pagetitle/></title>
3. Replace the code in the search at step no.2 with the code below:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
4. Save the template and see the results
This only spend 1 minute.
Before
How:
1. Log in to Blogger> Layout> Edit HTML
2. Find the code below (Ctrl + F):
<title><data:blog.title/></title>
Or if not there, find this code:
<title><data:blog.pagetitle/></title>
3. Replace the code in the search at step no.2 with the code below:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
4. Save the template and see the results