We already talked about how Google search engine works, and from Matt Cutts’ explanation- it was clear that blog post title has a great role in SEO.
If you are using Blogger, you will observe that the individual post title is separated with a colon after the Blog title. Got it? Well, take a look at the screenshot below.
As you can see, the post title Cebu Tech Blogger is Bert Padilla is located after the blog title My Blogger Blog. This is not SEO friendly though, as the search engines especially Google sees your individual blog post having the same title with the other articles on your blog. Thus, you need to tweak again your template to make every post title unique. It will then looks like the screenshot below.
Tweaking the template to achieve this is very easy. If you find removing the navigation bar easy, what you are going to do now is just as easy as the pie. Just follow these simple steps.
Note: Always backup your template just in case something goes wrong!
1. Find this code in your template:
<title><data:blog.pagetitle></title>
2. Replace that code with this:
<b:if cond= ‘data:blog.pageType == "index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
3. Save your template and you’re done!
Now, your individual posts in Blogger will have unique post title.
If you have something in mind, just leave a comment below.
If you are new here, you can subscribe either by E-mail or by RSS Feeds. Follow me also on Twitter.



Add One