Validate your site
| Project: | SEO Checklist |
| Version: | 6.x-1.0-beta3 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Having progressed through the checklist to this point, I am a little unsure how to proceed. The W3C validator takes a single URL ... am I really expected to type in every possible URL from my site(s) to test every one? That seems awfully tedious.
I am also wondering where I find guidelines for what it is expecting and what to use instead. E.g., I have always used < br > as a solitary tag ... the odd man out in HTML where everything comes in pairs ... but the validator is complaining. Does this mean one should use < br/ > instead? I don't know that I have ever seen that. And, since the page I checked was the front page, it has a bit of special stuff from Full HTML in it like setting < font size="+2" color="#cc0033" > which got me three errors or < p align="left" to compensate for the top center content seeming to want to be centered. I get that one does this sort of thing with CSS preferrably, but this is one block on one page which for reasons not known to me doesn't display a title and doesn't format quad left like every other piece of content ... I could live without the color. Is there a reference?

#1
Just put in your main URL. Generally speaking in a Drupal site, if the main page validates then everything else will. That's not always the case of course which is why I recommend the HTML Purifier module. Nobody said that this SEO stuff was fast!
Try 2.0. Download it here: Drupal SEO Checklist
#2
In our case, it is the main page which is least likely to validate because it is the page on which there special markups that don't appear on any other page.