Does CSS positioning hurt SEO?

Discussion in 'HTML & Website Design' started by AdvantagePro, Dec 9, 2012.

  1. #1
    I want to place a primarily decorative header on top of my rendered page but I would put the code lower in the HTML and position higher using CSS. My limited research suggests that the only thing involving CSS I should avoid is using display:hidden.

    Is there any consensus on whether or not this type of CSS placement manipulation hurts SEO?
     
    AdvantagePro, Dec 9, 2012 IP
  2. abusschaert

    abusschaert Active Member

    Messages:
    265
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    65
    #2
    I don't believe so, not sure if this is right but search engines don't read CSS i think they only read the HTML. Now I THINK they do i don't know for sure.
     
    abusschaert, Dec 9, 2012 IP
  3. AdvantagePro

    AdvantagePro Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If the display:hidden tag is a problem I would have to believe that they do scan CSS. I'm just wondering if Google frowns on content being displayed at the top of a page due to CSS positioning when the actual code appears at the bottom of the HTML.
     
    AdvantagePro, Dec 9, 2012 IP
  4. abusschaert

    abusschaert Active Member

    Messages:
    265
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    65
    #4
    But what i am saying is if your html is in order it shouldn't matter what CSS you have in it. CSS is just to style your site and it SHOULDN"T have effect on SEO. Thats just my two cents you can wait for more people to jump in cause i am interested just as much as you. what are you hiding anyway?
     
    abusschaert, Dec 9, 2012 IP
  5. abusschaert

    abusschaert Active Member

    Messages:
    265
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    65
    #5
    Sorry you may be right

    IF google accounts for CSS when crawling then yes it most likely would
    IF google doesn't craw the CSS then it shouldn't matter as long as the HTML is correct

    The real question you should ask is what does google read when on your website
     
    abusschaert, Dec 9, 2012 IP
  6. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #6
    Search engines don't look at presentation (CSS) they look at content, so they see your HTML, as it sits in the file. You can position it anywhere you like, but the search engine sees it the way it is, not the way it's positioned.
     
    Rukbat, Dec 9, 2012 IP
  7. tim.warboys

    tim.warboys Greenhorn

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #7
    Most crucial aspect is making sure your page load times are good. Use this gtmetrix.com
     
    tim.warboys, Dec 11, 2012 IP
  8. Akuta

    Akuta Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #8
    No it won't affect SEO at all
     
    Akuta, Dec 11, 2012 IP
  9. jeffsmith

    jeffsmith Member

    Messages:
    203
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #9
    No you shouldn't be worried about it since search engine bots only read html yes but one thing you should keep in mind if you are putting an image as a background then must define its description in alt tag in html.
     
    jeffsmith, Dec 31, 2012 IP
  10. playreblox

    playreblox Greenhorn

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #10
    No it won't, they mainly read html tags like h1.
     
    playreblox, Jan 4, 2013 IP
  11. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #11
    CSS will not effect your SEO rank.
     
    creativewebmaster, Jan 5, 2013 IP
  12. anuragswebstreet

    anuragswebstreet Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #12
    Google do not read css..Bots are designed to parse html codes only. And display:hidden is also not something that Google will consider. The factor which needs to be considered here is the page load speed. You must compress all your images so that it will not increase the page load speed.
     
    anuragswebstreet, Jan 5, 2013 IP