Here is another easy way to swap blog title and post title on new blogger. You can also add your Meta Tags on blogger here. As you may already know that swapping blog title and post title is a really important steps to do if we want to have a better SEO implementation on our blog, that lead me to find another better way to do this.
As many of you probably notice, now Blogger has updated changed their system worst so we can’t put any widgets inside the section anymore.
Swap your blogger title in just 1 minute.
1. Go to your Blogger template editor.
2. Find this line of code
<title><data:blog.title/></title>
2. Replace that line with these codes 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>
3. Save your template, and done.
Hope it works for all of you guys. thanks
*thanks to Archit for letting us know this issue first.
