Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

That's right. I often have mixed emotions on this one. Let's say we have some type of site that profiles different items. For example, the latest thing over the past few years is tagging... and it's cool. I'm trying to make up my mind on what is better: categories, tagging, or both (in terms of setting up a site with such functionality). If I do tagging, I'm thinking about limiting it to something.

What are your thoughts? Are both needed?

One problem is if I do only tagging, I don't want to do a tag cloud... because then some items that have smaller tags would be smaller and probably not get as much attention (assuming the tag cloud shows tags font sized based on how much it's used).

And then, if I do only tags, do I make it user-defined, or do I define it myself for people to choose? For as much as I'd like to say user-defined, I'm not sure how I'd display all of the tags.

I'm kind of leaning towards tagging, limit to 5, and pre-defining the options (similar to what this site does). Being able to easily find the items if someone was clicking through the site is also noteworthy.

share|improve this question

2 Answers

up vote 3 down vote accepted

What do you want for the tags? How will they be used? Will you have search functionality where people can type in tags and find what matches all the tags, or any of the tags?

I am not crazy about limits on tags, as you may have some products that have many tags, as they can have many uses or be multi-cultural.

But, you could do as this site, and just allow that if people have been active enough on the site then they can add new tags, and after some amount of usage they can start to go over the 5 tag limit, as it is expected that they will understand how tags should work.

The only real difference between tags and categories is the amount of words to describe something, and that tags are user-defined.

If you have certain words allowed, then it is more like categories, in usage, IMO, and that is fine. It depends on what your expectation is, your user story on how it will be used, as that would help decide the best approach.

For example, on a project I am working on, we will have categories, but these can be flexible, so you can have descriptions like: gloves heavy-duty leather, which would be three categories, as the user may not create new descriptions, the administrator would have to allow a new word. This way the reports will have a set limit of words that are being reported on, so I can pull up a report on all gloves or all leather gloves and know I am not missing something.

share|improve this answer
Thanks, I think you sold me on no limit for tags. I think I need to be thinking about finding the different items and focusing on making that functionality simple. – Matt Dec 24 '09 at 19:26
  • Tags not categories: Tags allow you to crowdsource your category structure. You can always bolt on your own category system later, with the benefit of knowing how your audience views the space. That said, sometimes it makes sense to present your items in a hierarchy, and how to suss a hierarchy out of a heap of tags is not obvious.
  • User-defined: Crowdsource SEO-able content. You can't predict all the terms people will associate with your vertical. Let them tell you.
  • No limit on # of tags: Why prevent people from giving you more information about an item? You can always limit how many you display in certain contexts.
  • Tag cloud not necessary: The only benefit of putting your tags in a cloud is to check an item off the web 2.0 checklist. Much more important is how you use the tags to organize your site.
share|improve this answer
Very concise, great points. I'm sold on tags, and no cloud. I need to think of a different way to make the content easily findable and think more about that functioanlty. Crowdsourcing is an no-brainer. That alone sold me on tags... I'm all for crowdsourcing. Thank you – Matt Dec 24 '09 at 19:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.