What’s the Most Common Mistake Made?

Before listing off the top ten mistakes I hope you at least understand the most common mistake made. The Improper Use of Header Tags. If you read no further please read this. Heading Tag – A How To. It could substantially improve the usability, design, and SEO of your website.

After doing a ton of my usability and design analyses, I decided to share some of the results with you. The analysis covers thirty-five items total. It covers basic design concepts, known usability techniques, and accessibility issues that can effect your visitors. This list is the top ten items ordered by the worst offenders first. Results are based on the analyses I have done so far in 2009.

1. Improper Use of Header Tags

So the number one mistake I find webmasters making is the improper use of header tags. I can only guess it is the simple fact they do not understand what they are for. Many WYSWYG editors allow you to simply assign a heading with a random heading size, and many webmasters simply select this based on how it looks. I believe they are also influenced by the countless articles implying that by putting your keywords between H2 tags is a good SEO move.

Heading tags indicate the outline of your site. Properly identifying the outline of your site will improve its readability to search engines, and will help clarify content value to the visitor. This is a primary method of establishing a websites structure. About ninety percent of the sites I analyze fail to properly use heading tags!

Here is a simple example on how to use:

<h1>Main Title of Site</h1> – often found in header

<h2>Specific Page Title</h2> – a good reason search engines like h2 tags if done correctly

<h3>Paragraph heading</h3>

<h4>Heading titles to parts of the paragraph</h4>

<h3>Another paragraph heading</h3>

Just think of heading tags as a way to identify an outline.

2. Failing to Validate HTML on W3C

You should validate your site using the rules and standards set by the World Wide Web Consortium, W3C. It helps ensure the widest spectrum of visitors can view your site, and view it they way you expect them to. Too often, extremely embarrassing mistakes have been found on sites because the site owner was unaware how their site appeared on other types of browsers.

There are no said rules that say how you should code a site. As long as it works it works, right? Big mistake. Coding your site with as few errors as possible has many benefits. The simple fact that many web browser developers refer to those standards should be reasoning enough, but if you need more here is a basic one. Validating code makes for an easy error check, even if it is for something as simple as forgetting to close a hyperlink with </a>. Validating code is good for you, the visitor, and search engines trying to figure out your site. More than 90% of the sites I did analyses on failed to validate.

3. Not Having a Search Function

Having a method to search your site is highly recommended when your visitor fails to understand the sites navigation. It can also help find content where normal navigation may be too tedious. The search function should be available from every page, and highly visible. This is additionally becoming an expected function by most web users. You don’t want to disappoint your visitors, do you? Even a simple boolean search will do wonders.

4. Failing to Have a Liquid Layout

Not everyone has the same size monitor. A liquid layout is a site that adjusts automatically to fit any size monitor, and even some PDA devices. The notion of making a site small enough in width to fit older monitors does not work well when viewed on a more modern, larger monitor. Recent studies have found that more than 90% of all web users have monitor property settings set to 1024 in width or greater. This should be an easy fix, and an easy way to keep up with changing technologies.

For those of you that insist on designing 800 pixel wide sites, you can still use percentages and keep that narrow effect. By knowing most people use 1024 settings or greater, simply turn it into a percentage. Don’t say width=800px, say width=78%. This will make a 1024 monitor make your site look 800 pixels wide.

5. Hyperlink Colors Not Changing

Change in hyperlink color after visiting a page is a primary method of navigation for your visitors. Returning visitors can easily track their previous path to a desired destination because they can see where they have been. Over fifty percent of the sites I analyzed fail to recognize this. This should be an easy fix without making your site appearance suffer in any way. You will immediately make your visitors happier with this one. This is a one line CSS fix, “a:visited {color:a_different_color_than_normal_link_color;}”. How hard is that?

6. Linking to the Home Page Poorly

Surprisingly many forget to, or simply do it wrong. Here is the general rule of thumb: Do not include an active link to the homepage on the homepage. This may be over looked if the hyperlink is emphasizing the active link, or if linked by the company logo. Having this link active often generates wasted clicks, and visitors only click so often on average for a particular web site.

After conducting a recent poll, most visitors expect a logo to take you to the home page, even while on the home page.

Additionally, have an easily found link to home page on all other pages. It amazes me on how many people forget to have a link to the home page from other pages! Wow, seems like a no brainer to me.

7. Not Validating CSS

Besides checking for good HTML on a site, I also check to see if their style sheets are valid. The reasoning is the same, and over forty percent of the sites I analyzed failed to validate their CSS. Can you really say your website is done, if you haven’t bothered to check your work yet?

8. Having a Poor Title

On average, search engines grab the first 65 characters of your title. Having a quality title with well-selected keywords will improve your search performance. Also, the title is used when a visitor makes a bookmark, so you should avoid lengthy titles that are not clear from the beginning. Titles reveal what the site is about.

Who knew? I thought the title of a site was where I put the keyword list :0

When giving advice on how to title a web page, I try to get the site owner to visualize their photograph on a book with the title right next to their head. Titles start making sense then, and stop looking so spammy. Here is an article I wrote about titles a while back.

9. Poor Keyword Ranking

When I do an analysis on a site I look at their keywords, and see how they rank. Usually the do not rank in the top thirty. Some common reasons for this is the keywords are too vague, or they are too competitive. Imagine your site is all about money. Would you use a keyword like “Money”? If you did, you are probably wasting your time, and most likely will never rank well with it. Be selective, be extremely niche specific, and pick keywords that people actually may search for. This one is a little easier said than done, but it’s for sure worth the effort to do it right.

10. Fonts Defined by Pixels

Fonts should be sized by relevance, and not by pixels. Use EM or Percentage to specify size. Eyesight begins to degrade for most people over the age of forty, and many adjust font size using their browsers. This is an old favorite of mine, and like the rest of the items I listed above more than forty percent of the websites I analyzed failed to make their fonts adjustable. What amazes me even more is how many sites I found with small text that were clearly made for an older audience. Do not use 8pt on a life insurance or retirement site! I think the only way to sum it up quickly is by saying, know your audience.

Did you know? Firefox users can adjust font size regardless of how a font size has been defined. IE users, sorry. If it’s defined by pixels it stays that size. Web designer using pixels, know that most people still use IE.

That’s It!

That’s it for my top ten website mistakes. All of the items listed above I found occuring over forty percent of the time or greater, so bets are good you can find one or two of them on your own site. I know one of these needs work for this site alone. Your job is never done as a webmaster, though you may think it is.

What did webmasters do well? Two things stuck out, fast loading pages, and a job well done in selecting colors for their sites theme.

  37 Responses to “Top Ten Website Mistakes”

  1. Good tachtics for website. thank u!

  2. wow… I think I failed to validate my CSS. Thanks for the advices

  3. Alt tags are also a great thing to optimise for google and for websites in general.

  4. 3 is not always imposrtnat as results are not great if your site does not support proper indexing.

  5. Every Webmaster Follow These steps to avoid such a hectic problem..i am very glad to see this info here..

    Keep Cheers

    Jacob

  6. Very Nice Info and Thanks for it

  7. Header Tags are so nicely described, THANKS. ‘Hyperlink colors’ real noticeable point, many don’t know about it. Thanks again for sharing this valuable lessons.

  8. It is no guarantee for certain, but it definitely improves the odds. You can bet browser developers are considering what W3C says. You can also bet Google and Digg consider it. Just because they do not is not a reason for you no to. They have either decided something out weighed validation, or have simply not gotten to it. This site has pages that do not validates

  9. This is very useful for someone who just started with his website or blog! Thank You.

  10. Yes, head tags are very important and when we are planning site we have to choose words carefully. We can also check our competitors.

  11. You could not be more on point with this post. So many people make these mistakes. and these are the most basic ones they make.

  12. ok, so how can I make search on my website easy, i mean without google search ?

  13. do I really need to validate my site? all my site has no validation from that authority. what is my advantage being verified? in SEO? in online reputation? thank you

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>