I really like Technorati, at least for the most part. When upgrading to Movable Type 3.x it broke the "Related Entries" feature on the Search Engine Roundtable. I tried coming up with a work around and then decided to utilize the new Movable Type tags feature. Every since the upgrade, I have been adding tags to my posts. So why not display them?

I decided to link my tags to a restricted site (i.e. seroundtable.com) based on the tags of the entry. The following code was what I used to display those tags.

<MTEntry>
<MTEntryIfTagged>
<MTEntryTags glue=", ">
<a href="http://technorati.com/tag/<$MTTagName normalize="1"$>?from=http://www.seroundtable.com">
<$MTTagName$></a></MTEntryTags>
<MTElse>
has no entry tags.
</MTElse>
</MTEntryIfTagged>
</MTEntry>

So it basically links over to Technorati for tags that match on seroundtable.

For example on Rotating Ad Blocks To Reduce Ad Blindness entry I have two tags (I should have added more), they include adsense and google adsense. See that clicking on those links take you to a Technorati search page.

Useful? Want something different? Etc?