by Vivienne Trulock
The link topology of a website or multimedia movie refers to how the pages or screens are linked together. There are several standard layouts Hierarchical, Linear and Webbed.
Deep linking requires that the user is presented at any one time with only a small amount of choices in the form of links which they can then click to access the next set of choices and so on until they have narrowed down the choices sufficiently to have reached the desired content. Many usability experts believe that this method is the most effective at getting the user to the correct content. However, if the links are not clear enough to the user, or if the user is not exactly sure what they are looking for, or what category it might be found, then this method could leave the user aimlessly searching path after path to try to find the required content.
Shallow linking means that most links are available to the user at any one time and they can easily get to their desired destination in one or two clicks. This is the concept behind sitemaps. However, some usability experts claim that seeing too many links at once can confuse the user, particularly if they are novice users, or cognitively impaired.
Some sites have navigation bars which show all the links available all the time. Others require that the user hover over a link or click a tab to get access to a second level drop down menu.
The use of drop down menus has been shown to cause problems to users in some situations, particularly if the user is new to the internet, or has slight motor problems. As drop down menus require fine motor control people with hand tremors may not be able to control the mouse sufficiently well to access the sub nav.
In addition these sub nav systems are quite often coded so that they can only be accessed via a mouse, for example using an onMouseOver (javascript) or onMouseEnter (lingo) event handler, thereby alienating keyboard only users.
The idea of a sitemap is to allow the user to access all the pages (and sometimes subsections of a page) in one click. It is a Priority 2 accessibility requirement of Checkpoint 13.3 of the WCAG 1.0.
These are useful links, normally found at the top of a page, which
Breadcrumb Trails can only be used in a hierarchical site, as in other structures there may be multiple paths leading to each page.
Always use link text that gives the user information about what comes next.
In general don't use 'Click Here' or 'More Info', because this gives no clue to the user about what the subject of the next page is.
In some instances it may be preferable to use 'Next' and 'Back' links, such as in a picture gallery, where the Next and Back links are in context.