This design pattern is part of the Mobile Web Design series.
Contents |
As the information available on web sites increases by the day, the challenge from a developer’s point of view to ensure that finding the relevant information still remains an easy enough task for the end user. Web designers are coming up with newer and innovative ways to beat the information overload that seems to be happening. It seems like a good idea to let the user know what are the most viewed/sought after content available on the site, that ways they can figure out the profile of other users on the site and the popular content available. This pattern is classified as tag cloud.
Tag cloud is a graphical/visual form of representing the popular/most viewed tag items on the website to the user. The tag cloud gives the user an insight into the content available on the site and also the profile of the users who are using the website. The tags are highlighted and differentiated from the others with the use of different colors and fonts depending upon their popularity.
Tags are usually hyperlinks which when clicked take the user to the pages/content that has been tagged with the particular tag. Users can possibly create their own custom tags also depending upon the implementation.
Some places where tag cloud can be used are:-
Some of the key advantages of using tag cloud are:-
Some of the key disadvantages of using this using tag cloud are:-
Some usability guidelines to follow while using/creating tag clouds are:-
It might be a good idea to attach some numbers like how many people have tagged the category, and maybe a list of those users, so that it makes more sense for the others viewing the tag cloud.
It is important to ensure consistency of font size especially when showing tags on the user interface. It shouldn’t happen that two tags with the same number of user hits get depicted with different sizes, it might end up confusing the user.
Tag cloud is a nice visual representation of the popular content on the website, but at the same time since it is prone to misuse it should be used with care. A possible restriction on what can possibly be tagged as what could be a good idea or a moderator approved tagging mechanism could also be put in place to ensure that the tags serve their larger purpose of helping the average user on the web page.
Another mechanism could be to actually have a customization option for tag clouds as mentioned here on Configurable Tag Cloud
--- Added by Mayank on 30/06/2009 ---
No related wiki articles found