vote up 0 vote down star

When searching for the difference between Tags and Labels, it seem that Labels is something that is stuck to the item, and Tags is something that is more loosely attached to the item. But, when I see it used at Internet sites, they are sometimes quite similar.

Here at stackoverflow.com they use Tags in an very organized way. Quite similar to Labels in my opinion. You choose like first "php" and then maybe "mysql". Both are very stuck to the questions.

My qyestion is:

  1. What is the clear Internet use of Tags or Labels?

  2. What is the limits of Tags or Labels?

I am making a site where users can select their own Tag/Label names on their objects. The Tags/Labels can be sorted under Titles (who also can be user defined). Like:

Title-name: "Car makes" -> Labels/Tags: "Volvo", "Saab", "Ferrari" ++
Title-name: "Type" -> Labels/Tags: "Family Car", "Sports car"
Title-name "Features" -> Labels/Tags: "Convertible", "2-Door", "4-Door", "Air condition", "Leather Seats", "Smoke-Free", "No rust" ++

The Title-name is not selectable, only the corresponding Labels/Tags. The user can create multiple Title-names and Labels/Tags connected to the object. A visitor can for example choose: "Volvo", "Ferrari", "Family Car" and "Leather Seats" and get only "Volvo" results because "Ferrari" is not a "Family Car". If the visitor choose "Volvo", "Ferrari" and "Leather Seats" he/she can get results from both cars. If the visitor only chooses "2-Door", he/she will get all cars with leather seats. The Title-name is only for organizing the Labels/Tags.

So, should I call it Labels or Tags, that is connected to the objects? Since the users (the ones who create these Title-names and Labels/Tags can make as many and sort them as they wish.

Thanks!

flag

closed as not programming related by Pascal Thivent, Frank, OMG Ponies, Neil N, Chris Ballance Nov 5 at 4:14

4 Answers

vote up 0 vote down

The original term was tag and tags, labels, keywords are all the same animal: they are metadata used for non hierarchical classification. That said, what do you think of this:

You tag something with labels

Does it make things more clear? :)

link|flag
Could that be: The object is tagged with the label name "Volvo"? So, when a visitor want to search, he can select the Label: "Volvo", and find the object that has the name Tag: "Volvo". Wouldn't this confuse the visitor, two different words? – ErikH Nov 5 at 3:47
It would, that was my point. So just pick one, and use it (Gmail picked label). The important part is: do the visitors understand that tags/labels/keywords can be used for non hierarchical classification (even if they don't know this term). If they don't, the chosen name won't change anything IMO. – Pascal Thivent Nov 5 at 4:12
Pascal Thivent, Thanks! Sorry for being a little picky :) As I wrote in an another reply here, it seems that I will go for "Fag", but it wpuld be useful to know how popular that term actually is. Like; Big sites that use it, and has good search/category options. – ErikH Nov 5 at 4:23
I'm not sure you'll find an answser to this as popularity might change with time. Tags are used by Flickr, Delicious, Youtube, Technorati, Last.fm, etc. Gmail, Blogger uses labels. Which is the most popular? I don't know. Does this confuses users? I don't think so. "Fag" might not be the best choice though :)) – Pascal Thivent Nov 5 at 4:35
I see that the topic has been closed since it's not programming related. It IS programming related since the answer of this topic will be a big part of the names used in my xhtml and php code, and mysql database. I think using correct names is a big part of coding. – ErikH Nov 5 at 4:38
show 1 more comment
vote up 0 vote down

A tag is a label is a keyword is a category, they are all ways of saying the same thing (although category does imply a stronger 1-1 relationship). The way your users will use them will be influenced by factors other than their name; how the labels are presented to them and how they are allowed to interact with them, to name but two factors.

Basically, you are in danger of over-thinking a very minor decision and turning a simple choice into bigger problem. Pick a name, any name, and run with it. Your users will not care, I promise you.

For the record, in my opinion you should use "tag". Of all the names, it's the one that's been around the longest and therefore the one most people will intuitively understand.

link|flag
1  
Agreed... except for category that has a hierarchical connotation (and thus, as you said, a stronger 1-1 relationship). – Pascal Thivent Nov 5 at 3:24
MatW, I am good at over-thinking... If I understand you correctly, I should use Tags. How do you know that "tags" has been around the longest, and is most used? Just wonder.. Thanks :) – ErikH Nov 5 at 3:55
I don't have any empirical evidence to back that statement up, just my personal experience. Tags seem to have been in wide use for a while; since before the whole "web 2.0" thing (eg tag clouds), whereas the only web app I can think of that uses "labels" is Google Mail. – MatW Nov 5 at 4:12
vote up 0 vote down

This is semantics - Tags, Labels, Keywords. They're all synonyms; they mean the same thing. It's all just categorization.

link|flag
Isn't this like saying that a blog-entry and an article is the same thing also? But, internet users see a difference, whether it's semantics, or not. If a user/visitor has an allready.made understanding what a Tag is or a Label is, it makses a difference. – ErikH Nov 5 at 3:20
@EricH: A blog entry and an article are the same. Independent or commercially backed, it's still just content on a given topic. A blog is a CMS... – OMG Ponies Nov 5 at 3:31
Pascal Thivent, OK, I maybe used a bad example, as you pointed out, but I hope you got what I ment: If a user/visitor is used to a function or option (tag, labels ++) to do a certain thing even though they are synonyms, I want them to feel "at home", and recognize/learn how my site works quicky. – ErikH Nov 5 at 3:40
@ErikH: As much as we strive for something to be utterly intuitive, it's never going to be 100%. You have to accept that some training will be necessary. – OMG Ponies Nov 5 at 3:53
rexem, Yes, I do. But since I'm new to using tags/labels in my scripts, i just wanted feedback from you. If 90% of the visitors is familiar with A and 5% with B, I should maybe go for A. – ErikH Nov 5 at 4:02
show 2 more comments
vote up 0 vote down

I prefer Key-Words

link|flag
In your web-pages, do you really call them "Key-Words"? Aren't users/visitors more familiar with Labels, Tags and so on? – ErikH Nov 5 at 2:35
Actually, yes, as I think key-words is the most accurate term to define those words. So, data is organized into categories, and each data has some key words associated with it. – Itay Moav Nov 5 at 12:48

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