W3C validation is really important?

Discussion in 'XHTML/HTML/CSS' started by masterweb, May 31, 2009.

Thread Status:
Not open for further replies.
  1. masterweb New Member

    Member Since:
    Feb 21, 2008
    Message Count:
    351
    Likes Received:
    23
    I spent a day (almost 7 hours!!!) re-coding a site in order to pass the online validator for the W3C guide. Finally i'm ready but..is really important?, i mean i know it "should" helps me to crawl the site faster and easyer, also making it compatible with almost all browsers but is that true?, nowadays is really neccessary to pass this validation?. Thanks in advance for your inputs :rasp:

    BTW: Is there any online tool to re-code a site without spending too many time :~?
  2. Adam H Administrator

    Member Since:
    Jan 7, 2008
    Message Count:
    2,892
    Likes Received:
    188
    Occupation:
    Head of Search
    Location:
    Norfolk Uk
    It's said that its better for SEO that you have a well coded site , I sometimes put it through the validator if i have the time to spare, Of course as you said bad code can cause the site to display funny on some browsers.

    I would personally like all my sites to be valid but getting the time to do it is another matter
  3. masterweb New Member

    Member Since:
    Feb 21, 2008
    Message Count:
    351
    Likes Received:
    23
    Thanks for your comments River, what about my question: is out there any online tool to help a newbie as me re-coding a site in order to pass the W3C validator?.
  4. Adam H Administrator

    Member Since:
    Jan 7, 2008
    Message Count:
    2,892
    Likes Received:
    188
    Occupation:
    Head of Search
    Location:
    Norfolk Uk
    No i haven't seen one masterweb , although it would be nice if there was one that was reliable lol
  5. a4hire New Member

    Member Since:
    May 1, 2009
    Message Count:
    109
    Likes Received:
    10
    Occupation:
    technician
    Location:
    Arizona
    I dont think the code has to be perfect. I mean if the validator reports something like images missing an lat tag that is really not going to affect your site much and it will still display fine in all browsers. So what kind of errors is it that you are wanting to fix ?
    It might take a lot of time depending on the code but it is not that hard to fix.
  6. sazymi New Member

    Member Since:
    May 13, 2009
    Message Count:
    1,384
    Likes Received:
    57
    Occupation:
    SEO, SMO, Blogger
    Location:
    Los Angeles, CA
    IMO, i think it is important to pass the validation because it is one of the best ways to ensure that your pages look and function the same on as many browser variants as possible is to use the W3C's own HTML/XHTML Validation Service to check your pages for errors and inconsistencies.

    But what are the benefits of validation? Let me tell you;

    1. Non uniform browser correction - non valid pages rely on the browser to auto-correct your code, and each browser does this differently. So if you forget to close a tag, Firefox might ignore this but Safari doesn’t and you end up with a broken layout.

    2. Rendering time - if your code is valid the browser has to do less thinking as it doesn’t have to correct any code, therefore the page will render faster.

    3. Future proofing - you never know what’s around the corner in regards to technology but the chances are that if you have valid (X)HTML, you’re ensuring that your website will work with future technologies.

    4. Google prefers valid code - Google picked up the page that had valid HTML and valid CSS and indexed this page over the rest.

    5. Accessibility - a valid site is more likely to be accessible to all types of browsers, platforms and screen readers.

    6. Self satisfaction - It feels good when you run a validation check on your site and you see the green bar appear on it :)
  7. a4hire New Member

    Member Since:
    May 1, 2009
    Message Count:
    109
    Likes Received:
    10
    Occupation:
    technician
    Location:
    Arizona
    Of course it is nice to have perfect code. I just ran the validator on a few of my pages and I do get some errors. But my site loads and works well in most browsers. I test it in firefox and I.E. if those 2 work I am happy. the majority of all of my visitors , according to my tracker use those 2 browsers and all of the others dont really amount to much, safari, chrome, Opera, netscape, AOl, etc. etc......
    And it has not hurt my search engine rankings.
  8. Alan New Member

    Member Since:
    Mar 25, 2008
    Message Count:
    188
    Likes Received:
    6
    Occupation:
    IT Lecturer and IT Consultant
    Location:
    Ayr, Scotland
    Validation is important, its the standards to which we as developers should adhere to. Think of driving a car, what would the roads be like if nobody obeyed ther rules, its the same principle for code.

    Anyway its the standards the browsers know (well most of them), its like the definition of the language of the browser.
  9. expertsweb New Member

    Member Since:
    Oct 19, 2009
    Message Count:
    25
    Likes Received:
    0
    its good for your site . it will help you in SEO and its show your skill in html / css coding
  10. webhostuk Member

    Member Since:
    Jan 6, 2010
    Message Count:
    52
    Likes Received:
    1
    Occupation:
    UK Web Hosting
    Location:
    UK
    Yes its surely very important factor for website crawler and search engine optimization.
  11. nitgreen New Member

    Member Since:
    Jan 12, 2010
    Message Count:
    26
    Likes Received:
    0
    They have some importance thats why w3c standards are there but it does not means if you have not exact 100% validated site then you will not get better SEO.
  12. SeoKungFu Active Member

    Member Since:
    Jul 10, 2009
    Message Count:
    689
    Likes Received:
    84
    Occupation:
    SEO NinJah
    Well, the tool I uses few days ago that helped a lot was
    HTML tidy service

    Helped a lot to identify the issues using already "tidied" code. The tidy code had half the errors from the original. And watch the small print about the "loss of parts of the originating document if too ill-formed" :)
  13. Vahaber New Member

    Member Since:
    Feb 5, 2010
    Message Count:
    23
    Likes Received:
    0
    yes, ofcourse!
Thread Status:
Not open for further replies.

Share This Page