W3C compliancy...does it matter?

Discussion in 'SEO' started by sebastya, Oct 7, 2006.

  1. #1
    and if it does rank you better in search engines, by how much?

    my site's aren't compliant and when I try and make them so, the whole design get's screwed.

    so hopefully it doesn't matter. what has every one else heard?
     
    sebastya, Oct 7, 2006 IP
  2. sebastya

    sebastya Well-Known Member

    Messages:
    2,449
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    138
    #2
    I guess nothing much...
     
    sebastya, Oct 7, 2006 IP
  3. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #3
    I don't think it matters all that much, but it does show professionalism I think. If a designer can make it W3C compliant, it shows that the person knows how to code properly and it shows the use of standards. I doubt it has much SEO effect though.
     
    fsmedia, Oct 7, 2006 IP
  4. sebastya

    sebastya Well-Known Member

    Messages:
    2,449
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    138
    #4
    phew. good to know.
     
    sebastya, Oct 7, 2006 IP
  5. HAWK

    HAWK Peon

    Messages:
    197
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    fsmedia is correct - compliant code has little or no effect on SEO, BUT... you should absolutely have it anyway! Your site should be accessible and usable as well as well ranking... it's one of the basics of web design.
     
    HAWK, Oct 8, 2006 IP
  6. sebastya

    sebastya Well-Known Member

    Messages:
    2,449
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    138
    #6
    Well I'd like to make it compliant but my site turns upside down when I do (tables, images, divs disproportioned).
     
    sebastya, Oct 9, 2006 IP
  7. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #7
    In that case, throw your current code out and start again. Mark up the document content using semantic HTML and then style the resultant document structure using CSS. Don't think about layout while marking up the document. This also means don't use tables (except for genuine tabular data, of course), or superficial <div> tags.
     
    penagate, Oct 9, 2006 IP
  8. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #8
    There are a number of main issues behind having good valid code.

    1) If shows that the designer has taken the time and effort to make the page or site compliant and shows a degree of professionalism.

    2) Compliant code means that the site will display correctly across browsers - more browser based issues will arise with none compliant code.

    3) Pages will load faster with compliant code as it is more streamlined and hence can (in a small way) reduce the bandwidth requirements of the site or specific page.

    4) Compliant code is also good for people with disabilities who view the site (for page reading software and the like).

    So in conclusion - yes its very good to have compliant code :)
     
    sabian1982, Oct 9, 2006 IP
    sebastya likes this.
  9. sebastya

    sebastya Well-Known Member

    Messages:
    2,449
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    138
    #9
    thanks for the input :)
     
    sebastya, Oct 10, 2006 IP