vote up 2 vote down star

I've seen this in the footer of various websites, most of them non-technical websites. Some websites go even further and include a W3C badge stating the fact. I don't see how this can be of any help to the targeted audience.

flag

12 Answers

vote up 16 vote down

Honestly, I think it's just done to brag. "Hey, look, my website uses valid XHTML!" It doesn't really serve any purpose other than to show that it was well coded.

link|flag
vote up 16 vote down

I can think of a few possible reasons:

  1. It may be a marketing tool. "Look, we code to appropriate standards!" This could apply to the individual who designed the site (and might include it in their portfolio), even if the company as a whole is non-technical.

  2. It could be a means of spreading awareness about XHTML, et al. "You should code to appropriate standards, too!"

  3. It might improve the perception of quality for the site as a whole (and maybe the company's products, by association). I don't really think this is particularly likely, but some marketing departments might.

  4. As others have noted, it could just be a point of pride for the web designer.

link|flag
1  
Although this answer may suggest this is a good practice, I would consider it being a rather lame (no offence if some of you use it) way of showing that you can do something you should anyway, really. – Michal M Jul 7 at 18:22
Oh, I don't disagree. In most cases, there's probably more benefit to keeping the design clean and uncluttered. Even on a site for a web design company, I think I'd just mention standards compliance in the text rather than add extra badges or whatever. – John Hyland Jul 7 at 21:30
vote up 7 vote down

It's a badge of pride. I don't necessarily think I agree with plastering sites with validation iconography, but I do firmly believe in coding to standards. The web is a much less difficult place to work than it used to be because of the hard work of the W3C et al.

link|flag
vote up 4 vote down

In most cases, this badge is a link to an auto-validation task ran against the referring site. This is an invitation for the audience to scrutinize the quality of your work.

link|flag
2  
Ha! I just scrutinised the quality of my own work and found 111 errors. When you add blog plugins, remember to check their markup... – robertc Jun 28 at 1:30
@robertc, in that case you're scrutinizing other people's work - that is, if the problems come from their plugins ;) – Jonathan Sampson Jun 28 at 1:51
vote up 4 vote down

It doesn't serve any useful purpose. Just because a site is xhtml compliant doesn't mean it is well coded. It just means the developer cares whether or not the site is xhtml compliant or not.

link|flag
vote up 2 vote down

It usually means there's some JavaScript behind that adds target attributes on links after the page has loaded.

link|flag
vote up 2 vote down

I'd add two more to John Hyland's answer:

  1. By stating that the page/site is well-formed, it may state that it can be more easily parsed by third-parties.
  2. For re-usable content (e.g. Creative Commons licensing), it informs that the code may be copy/pasted or included without breaking W3C compliance.
link|flag
vote up 1 vote down

I'm fascinated by what people put in the footer. All kinds of junk down there. Sometimes there is even navigation that I wish were at the top of the page. Example:

stackoverflow.com | serverfault.com

link|flag
vote up 1 vote down

I've also seen sites with W3C badge who actually do not pass validation.

link|flag
vote up 0 vote down

It doesn't, in my opinion many webdesign agencies put it as a sign of quality in the site. Sometimes make a good site XHTML compliant is not an easy task.

link|flag
vote up 0 vote down

People generally put a valid at the bottom to display that their website is complaint with the W3C standards for building websites. If a website isn't working correctly and hasn't got a valid link or image at the bottom then its probably been poorly written. By validating your website through the W3C shows that you have correctly coded your pages.

link|flag
vote up 0 vote down

The W3C HTML validator and CSS validator contain linking code to display banners that markup and CSS are valid.

It's mainly to tell you that the authors have actually bothered to make sure that the XHTML and CSS are valid.

Unfortunately, being syntax error-free doesn't make it logic-error free.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.