Change the Title Tag of your Blog for Better SEO

by Simrandeep Singh on August 30, 2008

This hack will help you to improve your blog for better SEO. Earlier your blogger blog was able to display your blog title first and name of the post after that but this is not good for better SEO but now a new hack is available for this problem also.

New blogs have this feature already installed but if you want to change (or changed) your template to a third party template, you will need to make some changes to your blog template.

Follow these simple steps to change the title tag:

  1. Firstly go to Layout -> Edit HTML in dashboard.
  2. Now search for this code :
    <data:blog.pageTitle/>
    and replace it with the following code :
    <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

That’s all. Now you will see that your blog post’s title has been changed.

Article by

Simrandeep is the owner and editor-in-chief of TricksDaddy. He is a part-time blogger from India. Catch him on Facebook and Twitter.

Simrandeep has written 527 awesome articles.

{ 1 comment… read it below or add one }

Sweety March 15, 2009 at 10:57 pm

hey i tried this on my blog and it works fine thank you Simran

Reply

Leave a Comment

Previous post:

Next post:

© 2008-2011 TricksDaddy. All Rights Reserved | Privacy Policy | Sitemap | Designed by Simrandeep Singh