I'm using Bunny's tag plugin on a blog to add rel="tag" links to Technorati. As far as I know, having a rel="tag" link to ANYWHERE helps SEO - but how about if I point the links to my own Wordpress search page instead of Technorati? e.g <a href="http://www.mydomain.com/?s=hamburgers" rel="tag">Hamburgers</a> Code (markup): This will keep visitors on site, and also help them find other posts with the same tag. Is there anything wrong with doing this?