7 Benefits of HTML Validation

You may not bother with html validation or writing simple and clean code when designing your web site. Later you may find your site is slow loading, appears incorrectly in the main browsers and does not rank well for the major search engines.

Now there are sites that still do rank well even though the html code has many errors. This is because most of the current major browsers are still very forgiving of html mistakes, however future browsers will become more html compliant as the Internet advances. Sites that have not bothered with html code validation will then fall by the wayside or take time and money to be corrected.

That's why you should take the necessary steps NOW to make sure that the code on your web site is validated.

What is HTML validation?

This is the process that analyzes an HTML document in comparison to standard HTML rules, identifying errors and non-standard codes. Web pages are rendered using HTML (Hyper Text Markup Language). As with any language there are rules and standards that should be followed. For example the HTML 4.01 Specification (rules and standards) are available at http://www.w3.org/TR/html4/. You can check the html validation of your web page by entering your url at: http://validator.w3.org/

7 Benefits of HTML validation

1. Web Site Accessibility - validating your html code helps to pinpoint areas of potential blockage that could prevent search engine spiders or visitors from accessing your website. When you run your site through a code validator it may produce many errors that need to be corrected so your pages will render well. ie include text with your "alt" tags for every < img > tag.

Why should you do this?

-Allows your site to be accessible to a larger audience (vision impaired, motor skill impaired, cognitive impaired)

-Allows your site to be accessed by wider range of devices (hand helds, screen readers, text browsers, search engines)

-Is a requirement for Federal and State Government sites

2. Search engine friendly pages - clean and simple code enables search engines to spider your pages more quickly and completely.

Here's an example:

What's wrong with this code?

< p keyword1 sentence, well written copy, etc.

< p > keyword2 paragraph with more choice content.

This code is missing a ">" The issue is not that the page will necessarily get skipped altogether but that the "keyword1" sentence looks like part of the tag - like a tag attribute. So the words in the "keyword1" sentence probably won't be included in the search engines computations, even though the page itself will be indexed.

Once a spider sees a correct tag further along in the page, then it's back on course. So, the keyword2 paragraph would make it.

3. Faster Loading - if your web page contains html errors it will take a longer time for the search engines to spider it, therefore slowing the loading time. If your page doesn't load in under 10 seconds your visitors may click away to your competitors' sites.

4. Less load on servers - clean and simple code won't tax your server as much as a site which has complicated code or contain many nested tables. Cascading style sheets (CSS) will greatly reduce the amount of code within your web pages. This will also cut down on the amount of web space and bandwidth used thus saving you money for hosting your site.

5. Easier to update and maintain web site - with no mistakes in your html code it is easier and faster to make changes to your web pages. For web site designers, this means you will save time and money when maintaining clients' sites.

6. Browser compatibility - validated code ensures your site is compatible with the current browsers and future browsers. You might say "well, it looks fine in Internet Explorer, so why bother with any other browsers?" Current browsers will continue to update their rules and future browsers will make sure they are html compliant.

7. Access more visitors - if you ensure your web pages appear correctly in all the major browsers you will be able to reach a larger audience which then increases the potential of your site to make more sales.

Part 2 of this article will discuss:

What documents to validate
The validation process
Validation tools
Common validation errors

Herman Drost is the Certified Internet Webmaster (CIW) owner and author of http://www.iSiteBuild.com - Affordable Web Site Design and Web Hosting. Subscribe to his "Marketing Tips" newsletter for more original articles. mailto:subscribe@isitebuild.com. Read more of his in-depth articles at: http://www.isitebuild.com/articles

In The News:


pen paper and inkwell


cat break through


Fast Web Design For The Skint Webmaster

About two years ago, I had a go at commercial... Read More

Pop-Ups Still Work. At Least For The Time Being

Do you remember playing with the jack-in-the-box toy as a... Read More

Creating a Favicon

Once, I attempted to create a favicon (the little graphic... Read More

The Best Simple Software For The Busy Webmaster

Here are a few programs I can't do without. They're... Read More

Web Usability: The Basics

What is web usability & why is it important?Web usability... Read More

Hexadecimal Color Notation on the Web

When designing elements for your webpage, you will often be... Read More

How to Make the Online Sales Copy for Your Website More Conversational

It has been said that the best online sales copy... Read More

Do Your Website Yourself - 4 Simple Steps to Get Your Dreams on the Web

Many people hire professional web site designers for as much... Read More

Technology vs. Usability

When JV Media Design was formed, the year was 1995... Read More

Website Woes: Top Five Offenders

I see a lot of mistakes, but here are the... Read More

Understand Your Color

Any design on a web application involves the effective input... Read More

How To Attract People To Your Web Site and Leave Their Contact

If you have a website, you want your visitors to... Read More

Tapping Into The Visual Stimulus Of Your Web Site Visitors

"Oh, my eyes, my eyes! What an eye sore. Quick,... Read More

5 Instant Tips for More Online Sales

Even after you've managed to bring traffic to your site... Read More

Web Site Design Mistakes

Some wise human once said "Learn from the mistakes of... Read More

6 Design Flaws Newbie Web Designers Make: Fool Everyone Into Thinking You Know What Youre Doing

Even if you're not an accomplished webmaster you can still... Read More

Effective Website Design For Massive Traffic

STEP 1:Do your homeworkPlan and think about your content. Think... Read More

Build It And Build It Cheap!

There are several very good reasons why you should consider... Read More

Make Your Site Quick To Load!

The time it takes to load your site can make... Read More

Simple Steps To Proper Web Design

Over the course of the last decade, the Internet has... Read More

Why Do Images Disappear from a Webpage?

In learning webpage design, I encountered many problems that took... Read More

Web Site Accessibility

Making your site accessible means making it available to be... Read More

Using Server Side Includes to Simplify Your Web Design

An "include" file is a piece of code that can... Read More

Using CCS to Eliminate Tables

CSS or Cascading Style Sheets has opened up tremendous possibilities... Read More

Color and Web Design

Color is one of the most important but least understood... Read More

Dos and Donts in Web Design - part 1 (design)

Do use a consistent look and feel Your site should... Read More

Website Sales: 10 Strategic Tips To Maximize Your Profits

If you've a website but not making a lot of... Read More

Your Graphics- Are They Really Working For You?

(Making Your Graphics Work For You)It's no secret that a... Read More

Tips For An Effective Website

A successful website is something that everyone venturing into the... Read More

The Testimonial Trick

One of the most popular methods of traffic generation is... Read More

You Had Me At the Search Engine

You've likely heard of the movie, Jerry Maguire, with its... Read More

Moving Things Around

How often, men, have you come home to find the... Read More

14 Ways to Add Content to Your Web Site - Part 2

7. Create high quality content - make clear points with... Read More