This design pattern is part of the Mobile Web Design series.
Contents |
Helping the user by providing intuitive navigation pattern and search options goes a long way in ensuring a higher usability index for any website. Especially on mobile phones, where the user doesn’t want to enter too many things manually, it makes a lot of sense to possibly give the user more choices to get to their desired information faster. A possibly fast and reliable way of assisting the user in filtering content faster is faceted navigation pattern.
A facet is a distinct feature of a product/element/entity, which makes it unique from the others. For instance if the user decides to buy a pair of Nike shoes, the facets to it could be, the sex of the person who would wear the shoes(male), the price(below 200 $)/color(white)/ category(sneakers)of the shoe, which would make it different from the other shoes that Nike possibly sells.
The intention behind faceted navigation is to allow the user to sieve through multitudes of information till they are able to get to their desired result. The user would be given default first level choices, which wrong bring in another related second level of choices and so on, at each level the amount of choices keep narrowing down depending on the input provided at the earlier level. The final outcome of a faceted navigation is that the user is able to get their desired product/information/content.
Some places where it makes a lot of sense to use faceted navigation pattern are:-
Some of the key advantages of using this navigation approach are:-
Some of the key disadvantages of using this navigation approach are:-
Faceted navigation can be a very user friendly pattern provided the amount of data to be filtered is limited and the tagging has been done uniquely enough. From a usability perspective faceted navigation along with an advanced/basic search option could work very well giving them the flexibility to chose between the two.
Mobile Web Design : Mystery Meat Navigation
Mobile Web Design : Doormat Navigation
--- Added by Mayank on 29/06/2009 ---
No related wiki articles found