Important SEO for Blogger users

Discussion in 'Search Engine Optimization' started by anillll, Nov 20, 2009.

  1. #1
    Until now, the Title Tags generated for each page of your Blogger blog would display the blog title first, then the name of your post. This wasn't so good for SEO (search engine optimization) as this made keywords from your post titles appear after your blog title.

    So if you want to improve SEO that is important for your blog, follow step below.

    1. Go to Layout > edit HTML in your Blogger dashboard.
    2. Search for this tag:
    <title><data:blog.pageTitle/></title>

    3. Replace(means remove code above and place code below) this tag with the following:
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/></title>
    </b:if>

    4. Save your template.

    This work only in XML blogger templates. Also is and a hack for classic bloggers, but as I know noone use classic blogger anymore.
     
    anillll, Nov 20, 2009 IP
  2. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Lets take a case study of mu current blogs to make things simpler....
     
    mrpaisa, Jan 31, 2010 IP
  3. ameto

    ameto Peon

    Messages:
    126
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for sharing ...really useful tip!!!
     
    ameto, Feb 1, 2010 IP
  4. suvosaha

    suvosaha Peon

    Messages:
    176
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for sharing but it is not Complete SEO for Blogger(Blogspot.com)
     
    suvosaha, Feb 4, 2010 IP
  5. suvosaha

    suvosaha Peon

    Messages:
    176
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    suvosaha, Feb 4, 2010 IP