Tagging Redux
I initially started playing with tags on my blog way back in March to get my posts listed on Technorati. Not that it made much difference to readers since the tags only showed up in my feeds and not on the actual site.
Thanks for Movable Type's new Tags plugin that's all changed. The plugin changes the keywords to tags and saves them as either categories or subcategories. The tags can then be used in a variety of ways. Currently I'm using them to power a tag cloud to group and summarize all the tags I've used.
Plugging the new tags into your feeds so that they get picked up by Technorati is simple. For RSS 1.0 feeds, add the following code below the description:
<MTEntryTags><dc:subject><$MTTagName encode_xml="1"$></dc:subject></MTEntryTags>
For an RSS 2.0 feed, just change dc:subject tags to category tags.

4 Comments
Leave a comment