A is a keyword associated with a piece of information.
On
Wohill we are using tags for several purposes. For every new blog entry we write, one or several tags are specified to associate the information of the entry with some relevant and obvious keywords. These keywords are very useful in several ways as I will explain in just a minute.
The tags are stored #-separated as a field in one of the database tables for each blog entry. Each time a blog entry is created and saved or updated any specified tags are saved to the database and instantly upon reload affecting any sections or areas related to the tag functionality on the entire site. This provides us with a very dynamic and self-going solution.
Here are three ways that we use on Wohill:
#1 - All tags are used to build up a
tag cloud that you can see at the bottom left of this blog. The purpose of the tag cloud is to easily get an overview of all tags used on Wohill but also the frequency of how many times each individual tag has been used by looking at the size of it.
# 2 - The tags are used to build up links displayed at the bottom of each blog entry. These links are useful for just being there as words indicating what this entry is about. They are also links to other posts on Wohill tagged with the same tag. They will finally help a specific entry index a little bit better in search engine results. One could in this section instead or also choose to use so-called technorati tags which instead would link to similar tags on , that is to other blogs.
#3 - The tags are used to build up links to related blog entries for each entry. So for every blog entry, the tags for that entry are one by one matched with tags for other entries and displaying those that have a matching tag. This way we make the site more interesting and hopefully visitors will stay longer as it makes it easier for them to find relevant information that obviously already was interesting to them. The really neat thing about this is that you don't have to update the related blog entries on your own. All you have to do is to specify the tags when creating a blog entry. Both recent and old blog entries are updated with the latest information each time the blog is accessed.
Next development blog entry will be more specifically on how to create a tag cloud for your site - the PHP way
