Saturday, May 29, 2010

Post Title Amaze in Blogger

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.


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 == &quot;index&quot;'>
<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.