|
|
BACK TO BASICS: Avoiding Navigation PitfallsBy Susan Esparza, May 15, 2008 Few pieces of a Web site have to serve as many masters as the site navigation. It has to work site-wide but still be page-level relevant. It should be search engine optimisation friendly and user focused at the same time. With so many factors to take into account, navigation can be a tricky thing to get right. Most navigation is built into the template, meaning that changing one thing changes every page on your Web site. The impact of a minor wrong step in your navigation can mean big problems for your site. The available options for the look and feel of a site's navigation are nearly limitless. But there are a few principles that you need to keep in mind when embarking on your design. Determine StructureThe first thing you must do is determine what your top level pages are. These pages are going to be linked to each other and every other page on your Web site so it is imperative that they are important, appropriate and clearly labeled. What pages will your users need? What pages should the search engines see as the most important on your site? Knowing the major silos of your Web site will help you identify which pages are going to be the most worthwhile for a navigation link and what the anchor text of those links should be. Use Absolute LinksWhen you're writing the HTML for your site template, always use fully-qualified links. Fully-qualified links are links that include "http://" in the target URL. Relative links begin with a slash at the beginning such as /pagename.html, indicating where the page is in relation to the current page. While absolute links are preferred in general, it's especially imperative that your global navigation is always working with fully-qualified links. Check for broken linksMake sure that the links in your global navigation go somewhere. A broken link from your navigation is just asking for zero user confidence, a high abandonment rate and confused search engines. Remember, that 404 error is now a link on every single page of your site. Check your navigation carefully and make sure to correct it anytime you move a page. If your event is time sensitive, like California's Strawberry Festival which takes place this weekend, test your Web site and have it ready weeks before the event, not days. Search engines and users both need time to get the information.
Avoid OverlinkingAs important as knowing what should be in your global navigation is knowing what shouldn't be. Many site owners make the mistake of tossing items into the bottom navigation that have no business being there. Things that don't require a link from your global navigation:
Keep It ConsistentNavigation that changes from page to page is confusing for users. If a visitor cannot determine from page to page how to move through the Web site, they will very likely abandon it with an unpleasant impression about your brand. If the look and feel is very different, the visitor may even assume they've been taken off-site without warning, and that will damage trust. In the following screenshots you can see that the home page for the Strawberry Festival is markedly different than the interior pages, so much so that clicking through leads a visitor to wonder if they've reached the correct site or not.
vs
Even little differences like the formatting of your footer may raise eyebrows. If you're not using a global template, make sure that you have other ways in place to ensure continuity of design. Again using the Strawberry Festival Web site as an example, you can see that their footer changes size, fonts and links from page to page, offering a user confusion as to how to navigate the site and doubts to the authenticity of the information.
vs
Stop Drop-Down and Forms AbuseMany sites use drop-downs and forms in their navigation, requiring the user to make a choice before they can proceed into the Web site. This can be a severe problem for the search engines which are not able to fill out forms or use drop-downs. The major search engines are working on solving this issue, with Google recently indicating that they've made some progress in that direction, but until there has been a firm statement that the problem is not merely being studied but has actually been solved, it is best to ensure that search engines have some other way to access the pages of your site. Taking the time and care to properly form your navigation can aid your site's search engine optimisation efforts while also helping your users. Even if your Web site has every answer that a searcher could want, if it has navigation that is confusing, irregular and broken, no visitor, whether human or search engine, will ever want to stay long enough to find out how much value the site holds. For permission to reprint or reuse any materials, please contact us. To learn more about our authors, please visit the Bruce Clay Authors page. Copyright 2008 Bruce Clay, Inc. |