Welcome to your ultimate assistive technology resource


Website Accessibility - Proper Navigation

A very important point to consider whilenavigation in another location on the
designing a website is properpage. Older browser versions may not
navigation. You must ensure thatsupport drop-down menus, and therefore a
potential clients or customers are ablesmall percentage of people may not be
to find the information they are lookingable to navigate your website. Even more
for without too many clicks. As a quickimportant though, is the fact that
rule of thumb, visitors to your sitesearch engines will not be able to
should be able to visit all your pagesnavigate and index your site if there is
by using, at most, 3 clicks. This isno text based navigation.
also important when considering searchAnother concern is accessibility by
engine optimization (SEO) because searchassistive technologies. For example,
engines will only spider (or index)blind Internet users literally read the
pages that are 3 clicks deep into yourcode of your page. Therefore, if a
site. Not only does proper navigationnavigation menu is image based or uses
allow users to find information they areimage maps, alternate text must be used
looking for, but it also allows searchto allow the user to properly navigate
engines to spider (or index) thethe website. To make things easy, no
information they are looking for. Thismatter what type of navigation I choose
is essential if you want high qualityfor a client's website, I always include
search engine traffic directed to yourtext-based navigation links at the
website.bottom of every page to ensure that they
Different types of websites employare accessible to all Internet users and
different navigation styles, so it issearch engine spiders.
probably best to visit websites similarA Few Important Tips
to your own to see which navigation- Plan your site navigation structure
structure they have chosen. The mostbefore designing your website to ensure
common locations for your navigationthat you are not forgetting any page
menu are either on the left side of thelinks. It may be cumbersome to fix every
page or at the top of the page. Whenpage you have created because you a
internet users view a website, they domissing a link or two.
so using what is termed as a "Z scan".- The navigation menu must be clean-cut
As soon as a page loads, most peopleand uniform.
scan from the top-left, across to the- Do not make the user scroll down the
top-right of the page, then down to thepage to see the navigation menu.
lower-left, and eventually across to the- If you have too many links, use
lower-right of the page. So, it makesdrop-down menus or create a site map.
the most sense to locate your navigation- The navigation structure should be
menu in the area where the user is goingflexible enough to allow the inclusion
to first look.of a additional links at a later date.
Smaller sites usually only require a- Use short, clear and concise words in
static menu on either the side or top ofyour links so your customers know
the page. However, website that containsexactly what type of information that
10 - 15 topics on different pages maypage will contain.
require a drop-down menu. These menus- Make sure every page has a link back
may use DHTM, JavaScript, or some otherto your homepage. This can be achieved
programming language. When the user'sby providing a "Home" link in the
mouse moves over a main topic category,navigation structure, and / or linking
boxes containing subcategories willyour logo image to the homepage.
drop-down, allowing the user to quickly- For larger sites, breadcrumb trails
find the information they are lookingcan be used to let the user know what
for. I f this type of menu is used, itsection of the website they are in.
is best to also include text-based



1 A B C D 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114