What are the benefits to having valid xhtml?

Discussion in 'XHTML/HTML/CSS' started by tulipkiya, Mar 3, 2010.

Remove these ads by signing in
Remove these ads by signing in
  1. tulipkiya Member

    Member Since:
    Feb 9, 2010
    Message Count:
    197
    Likes Received:
    1
    Are there any benefits to having valid xhtml on your pages,
    besides knowing that all of your tags are closed and
    all of your special characters are escaped?
  2. Adam H Administrator

    Member Since:
    Jan 7, 2008
    Message Count:
    2,807
    Likes Received:
    162
    Occupation:
    Web Developer
    Location:
    Norfolk Uk
    If your pages are valid it ensures that bots can crawl the page correctly and in turn could then slightly influence SEO. Although bots are getting pretty cleaver so it would really have to be coded badly before it took any real affect imo.
  3. vBDiscussions New Member

    Member Since:
    Jan 20, 2010
    Message Count:
    75
    Likes Received:
    2
    Riverwire is correct, its always BEST to have valid XHTML
  4. SeoKungFu Active Member

    Member Since:
    Jul 10, 2009
    Message Count:
    604
    Likes Received:
    77
    Occupation:
    SEO Ninja
    You can place one of these fat green banners that link to w3c and brag about how valid your site is.
  5. szury New Member

    Member Since:
    Nov 9, 2009
    Message Count:
    153
    Likes Received:
    6
    Location:
    http://www.dizzypoker.com
    I never cared about valid xhtml but Ithink it's important
  6. chiroz New Member

    Member Since:
    Apr 11, 2010
    Message Count:
    26
    Likes Received:
    0
  7. detoam New Member

    Member Since:
    Apr 29, 2007
    Message Count:
    387
    Likes Received:
    8
    Occupation:
    webmaster
    Location:
    Canada
    Valid XHTML, CSS or HTML means that Your site will appear correctly in all browsers. So yes it is important. Some exceptions to that are purely cosmetic. For example if You do rounded corners through CSS using CSS3 IE will see sharp corners, although I think Microsoft is currently working on updating their browser
  8. SCHripts New Member

    Member Since:
    Jun 14, 2010
    Message Count:
    16
    Likes Received:
    0
    Are you sure that is correct? It seems like more and more valid xhtml is broken in IE

    or maybe the validator is broken? I don't know...
  9. detoam New Member

    Member Since:
    Apr 29, 2007
    Message Count:
    387
    Likes Received:
    8
    Occupation:
    webmaster
    Location:
    Canada
    For IE6 there is sometimes a need to add code that other browsers don't need, But IE6 is fairly rare. And to be honest people that still use IE6 aren't really the people I care to visit my sites.
    And W3C validator was broken. It's kinda of on and off. I wonder if they are adding the new HTML and CSS standards.

Share This Page