what is better foe SEO - Stylesheets or HTML?

Discussion in 'Search Engine Optimization' started by i_am_dhaval, Jun 10, 2007.

  1. #1
    what is better foe SEO - Stylesheets or HTML?
     
    i_am_dhaval, Jun 10, 2007 IP
  2. seodilip

    seodilip Active Member

    Messages:
    697
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I think Both but it depends on how you use CSS & HTML..
     
    seodilip, Jun 10, 2007 IP
  3. delhi seo

    delhi seo Guest

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think html is best.
     
    delhi seo, Jun 11, 2007 IP
  4. jl255

    jl255 Well-Known Member

    Messages:
    2,762
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    185
    #4
    i don't see how u can use one without the other. Of course, you must use CSS instead of alternatives like tables or style implementation in the code itself. But you cannot activate CSS without html..... so definitely use CSS to group styles together for easy reuse and optimization, but NEVER EVER use tables if possible. That's my advice from a personal tragedy...... :(
     
    jl255, Jun 11, 2007 IP
  5. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #5
    CSS is better than pages that use a lot of tables. CSS removes a lot of the code form your page leaving the actual content higher up the code.

    Most sites that use tables shouldn't have a problem though as long as the pages sizes are kept reasonable.
     
    MattUK, Jun 11, 2007 IP
  6. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Google is trying to make sure the best sites from a users perspective rank at the top so its not really important whether your site is CSS based or uses tables.

    In some cases CSS is better but there are more important aspects to worry about.
     
    mad4, Jun 11, 2007 IP
  7. jl255

    jl255 Well-Known Member

    Messages:
    2,762
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    185
    #7
    of course its important. CSS code are much more readable by spiders for SEO purposes compared to tables. So for SEO purposes, u must use CSS.

    Also, the choice between CSS and tables will seriously affect the proper display on various browsers as well as the potential expansion of your codes and site. So it is important for you to worry abt it NOW. If you implement tables right at the start, it will be a NIGHTMARE for you in the future, trust me.....
     
    jl255, Jun 11, 2007 IP
  8. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #8
    That's not true at all. Spiders are perfectly capable of reading HTML and tables pages. How do you think they coped a few years ago before CSS became widely used?

    The only advantage that CSS has is that there's less code - which is better, but not vital.
     
    MattUK, Jun 11, 2007 IP
    Nick_Mayhem likes this.
  9. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #9
    Agreed CSS makes it much more comfortable even while coding to put the styles into another file.

    Plus from the optimization point of view it is vital.
     
    Nick_Mayhem, Jun 11, 2007 IP
  10. toinkzzz

    toinkzzz Banned

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    CSS makes the site more lighter.. HTML can emphasize what are your targeted keywords... so i think they're both needed in SEO... they need each others tasks...
     
    toinkzzz, Jun 11, 2007 IP
  11. abdussamad

    abdussamad Active Member

    Messages:
    543
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #11
    Its not the only advantage. IF you use CSS to style your site it will load faster and be easier to modify.

    It will load faster because the HTML file will have less table related code making it smaller. If you use an external CSS stylesheet it will only be downloaded once by the user's browser and served from its cache when required again.

    It is easier to modify because you can change the look of your whole site by modifying your single css stylesheet file.
     
    abdussamad, Jun 11, 2007 IP
  12. Raithe

    Raithe Well-Known Member

    Messages:
    1,923
    Likes Received:
    177
    Best Answers:
    0
    Trophy Points:
    175
    #12
    HTML is generally simpler, but if CSS is written perfectly, it makes it visually more readable on pages that would normally be full of crappy code.
     
    Raithe, Jun 11, 2007 IP
  13. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #13
    having a site that is CSS based is always nice but your site isn't condemned to hell or anything if it is table based.....as long as your code is free of errors you should be ok...
     
    oseymour, Jun 11, 2007 IP
  14. sickanimations

    sickanimations Peon

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I believe that CSS is better for SEO because when used correctly, it makes pages more content-centric by removing uneccessary tags, tables, etc.
     
    sickanimations, Jun 11, 2007 IP
  15. firefox911

    firefox911 Peon

    Messages:
    200
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #15
    the page load time is very much reduced in case of CSS sites compared to HTML ones.. The code also looks clean n neat in CSS.. I prefer CSS over HTML
     
    firefox911, Jun 11, 2007 IP
  16. Greg Carnegie

    Greg Carnegie Peon

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I also think it is better to use CSS instead of table, less code, lighter pages etc.
     
    Greg Carnegie, Jun 11, 2007 IP
  17. coolguy27

    coolguy27 Banned

    Messages:
    485
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #17
    They are both important 'coz the .css is use for styling the html codings and format...:D
     
    coolguy27, Jun 11, 2007 IP
  18. pnkyverma

    pnkyverma Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    i think CSS is the best option.
     
    pnkyverma, Jun 12, 2007 IP
  19. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #19
    Isn't that exactly the same thing? Less code=quicker load times
     
    MattUK, Jun 12, 2007 IP
  20. amnezia

    amnezia Peon

    Messages:
    990
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #20
    makes sod all difference
     
    amnezia, Jun 12, 2007 IP