Friday, May 23, 2008

Changing the title blogs of your site

Anyways, just follow this very simple hack and your done.

  1. Go to your blogger Dashboard, click Layout, then Edit HTML
    Find this tag

    <title><data:blog.pageTitle/></title>

  2. Replace the whole tag with the following


    <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
Important: Make sure you replace the whole Title tag with the code given or else the word Title will show like i do when i first try this hack.

Once you've done this hack you can start seeing Only your Post Title, blog name removed.

This will increase the chance of capturing the search engine's attention, of course with proper use of keyword and you will benefit the extra traffic it brings to your site.

If hope your find this simple hack helpful and Enjoy!

No comments: