Brian Del Vecchio wrote a long entry about about splicing a RSS feed by tag and how aggregator developers can create more tag-aware applications. It is possible within the RSS specification, but most feed authors have overlooked how to properly declare tags within their feeds. Flickr does not include categories with its RSS 2.0 feeds and Del.icio.us feeds use Dublin Core subject to provide space-separated tags.
Before the feed aggregators can make your life easier we need to all do a better job as content producers to provide valuable information for our users.
RSS 2.0
Each RSS 2.0 feed has an optional category sub-element with an optional domain attribute to designate a specific categorization taxonomy. You can have as many category elements as you need to with mixed or no domains.
- <category domain="http://del.icio.us/tag">foo</category>
- <category domain="http://www.flickr.com/photos/tags">foo</category>
- <category domain="http://www.technorati.com/tag">foo</category>
Using the category element with the domain attribute set to the best definition of the tag's context allows for easy recognition of tags within the aggregator. It also allows a user to search their own database or create smart lists for all items with Flickr or Technorati tags, or build into the application a list of known tagging domains for special status.
IETF Atom
The current Atom draft provides similar capabilities through the use of category elements with a scheme URI.
- <category scheme="http://del.icio.us/tag" term="foo" label="Del.icio.us tag for foo"/>
- <category scheme="http://www.flickr.com/photos/tags" term="foo" label="Flickr tag for foo"/>
- <category scheme="http://www.technorati.com/tag" term="foo" label="Technorati tag for foo"/>

3 Comments
Commentary on "Tag-aware RSS feeds":
Subscribe to new comments
bruno on February 4, 2005 at 10:00 PM wrote: #
Madhu on March 13, 2006 at 6:12 PM wrote: #
I think tag-aware aggregators are next step in simplifying information interchange. Each area needs to start making changes for it.
Videoblogs /photoblogs cannot survive with out these. In fact I see lots of innovation in flickr, vsocial etc which can be expanded to general blogging / feeds.
james on April 23, 2007 at 11:17 AM wrote: #
Add a comment
Some comments may be placed in a moderation queue to ensure topical relevancy. You may contact author Niall Kennedy directly if you prefer to comment privately.