This design pattern is part of the Mobile Web Design series.
Contents |
The layout of the website should be such that it is easier to navigate to the desired, and with least possible clicks from a user. The most important features/offerings should be listed on the homepage in a manner which is attractive to the user and they can quickly figure out where they want to navigate to. One such navigation pattern which allows you to do precisely this is the doormat navigation pattern.
This navigation pattern is used to direct users to the appropriate section of the site. This works well if in cases where the number of categories is less, with each having small number of sub-categories in turn. The typical use of this pattern is on the home page where you want to provide the user a broad level of choice. For instance on an electronics company webpage allowing user to chose from home/business/government categories or something, which in turn would bring up the sub-categories based on the choice made earlier.
Some of the key advantages of using this navigation approach are:-
Some of the limitations of this navigation approach are:-
Mobile Web Design : Mystery Meat Navigation
Mobile Web Design : Faceted Navigation
--- Added by Mayank on 30/06/2009 ---
No related wiki articles found