Validating an entire site
Using the W3C validator to check a single document is easy. But what if you need to validate an entire site consisting of hundreds or thousands of pages? Read Validating an entire site at Standards-schmandards, where Pete explains how to install the W3C validator and use it to batch validate entire sites.
Excellent stuff, and it caught a couple of errors that had managed to sneak their way into a site I’m currently working on.
- Previous post: Usability Week 2005 in Stockholm
- Next post: STR: SwishMAX Text Replacement
Information, sponsorship, and externals
About the author
Roger Johansson is a Swedish web professional specialising in web standards, accessibility, and usability. More about me and this site.
Latest articles
- Validation statistics from Nikita the Spider Comments off
- An analysis of the sites crawled by the bulk validation tool Nikita the Spider during March 2008.
- Authentic Jobs API and Affiliates program Comments off
- The Authentic Jobs job listing service now has a public API and an affiliate program.
- What does Acid3 mean to you and me? Comments off
- Opera and Apple have announced that their web browsers pass the Acid3 Browser Test, but how will that help web designers and developers?
- Designing Web Navigation (Book review) Comments off
- Learn the fundamentals of navigation design and design better navigation systems for large and small sites as well as for web based applications.
- DOMAssistant bundle for TextMate Comments off
- To save keystrokes and speed up development I have created a DOMAssistant bundle for TextMate.
- First impressions of Internet Explorer 8 Beta 1 Comments off
- My impressions after trying out Internet Explorer 8 Beta 1 for a couple of days.









Comments
You might also try http://www.htmlhelp.com/tools/validator/
Huh, just use the "Validate entire site" option of the WDG HTML validator...!?
By the way, this option is preselected if you even use UITest.com's Site Check; you just need to enter the URL and test your site.
Well, what if you are working on a site that is behind a firewall, or a site that is not yet released? Or if you want to be able to control the output of the validation results? Get the results in a CSV file? There are plenty of uses for a local validator.
Yeah, that's right, but IMHO these are special cases so normally a web-based validator would suffice. And the WDG validator works quite fine.
But the WDG validator is limited to a max of 100 pages. Either via the 'Validate entire site' option, or via the batch mode.
Sorry, comments are closed for this post.