February 18, 2013

SEO friendly page title in Blogspot

Having an SEO friendly page title will optimize your blog to search engine, such as Google, Bing, Yahoo. However, the page title for individual page in Blogspot is "home page title : post title". It is long and not optimize to search engine.

For example:
Staying Passionate and Motivated ON web development : SEO friendly page title in Blogger

5 steps to change the page title use post title instead of combined title for individual pages.
  1. Go to your Blogger
  2. Select "template" in left column
  3. Click "Edit HTML"
  4. Find the <title> section, it should look as below
    
    <title><data:blog.pageTitle/></title>
    
     
  5. Then replace it by the following code
    
    <b:if cond='data:blog.pageType == "index"'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/></title>
    </b:if>
    


Thanks for 9 Killer Blogspot SEO Tips For bloggers

3 comments:

  1. Thank you for your fantastic efforts and sharing knowledge

    ReplyDelete
  2. Thank you for sharing nice information . I like to know more about what is new and i think that we must always learn from each other

    ReplyDelete


  3. I appreciate any good efforts and i always like to learn more and more ... thanks a lot for nice efforts

    sai

    ReplyDelete