Sidebar question

Discussion in 'Blogging' started by medic2424, Oct 31, 2006.

  1. #1
    Guys, where do you think is better to have the sidebar in your blog? On your left or right side and why?

    Ed
     
    medic2424, Oct 31, 2006 IP
  2. jawednazarali

    jawednazarali Guest

    Messages:
    254
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would place side bar on right and put google ads on left. People are used to see links on left side so it might be good chance to get more clicks. What do you say?
     
    jawednazarali, Oct 31, 2006 IP
  3. infonote

    infonote Well-Known Member

    Messages:
    4,032
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Yep, i did the same thing as medic2424 said, and i am getting good results.
     
    infonote, Oct 31, 2006 IP
  4. vithca

    vithca Guest

    Messages:
    278
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I believe most surfers are used to seeing the navigation sidebar on the left and their eyes will naturally gravitate to this area if they are looking for more content.

    Yes, you may get a higher CTR if you place Adsense where they are expecting navigation links if you feel the need to send them away from your blog quickly.
     
    vithca, Oct 31, 2006 IP
  5. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #5
    If you're wanting to improve CTR on your ads, left is without a doubt your best choice.
     
    Tyler Banfield, Oct 31, 2006 IP
  6. Affers

    Affers Peon

    Messages:
    183
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yep, I've done quite a bit of messing around and I think I've finally found a place I'm happy with. Definitely on the left-hand side. I used to run 3 Google Ad blocks but now I make the same with just one - on the left with content links on the right.
     
    Affers, Oct 31, 2006 IP
  7. The_FoX

    The_FoX Peon

    Messages:
    666
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Menu with Google AdLinks(top) on the left side - and a skyscraper on the right hand side - A small rectangle on the top of the post - killer combo. Anyone disagree?
     
    The_FoX, Oct 31, 2006 IP
  8. Emperor

    Emperor Guest

    Messages:
    4,821
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I you have to choose I would go with right side. I don’t know why but it always looks better.
     
    Emperor, Oct 31, 2006 IP
  9. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #9
    If anyone has a .Blogspot blog and wants to move their sidebar to the left, switch to a Minima template and change the following:

    /* Content
    ----------------------------------------------- */
    @media all {
    #content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
    #main {
    width:410px;
    float:left;
    }
    #sidebar {
    width:220px;
    float:right;
    }
    }

    to

    /* Content
    ----------------------------------------------- */
    @media all {
    #content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
    #main {
    width:410px;
    float:right;
    }
    #sidebar {
    width:220px;
    float:left;
    }
    }

    If you have an AdSense unit in the sidebar, I guarantee this will increase your CTR ;)
     
    Tyler Banfield, Oct 31, 2006 IP