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:
What is the clear Internet use of Tags or Labels?
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!
