I have got a website running with an option to report abuse of functionality. This is being done by clicking a link. After the link is clicked the webmaster will get a report of the location where the content is that was reported as abuse. I have added an rel="NOFOLLOW" to the href of the particular links but this is not helping. It seems that this tag is only being used to check wheter a page has to be ranked or not. How can i Exclude googlebot from clicking those abuse links?
This is what a link looks like:
<a href="domainname.com/blaat.aspx?reportabuse={5478957234234289347}">Click me</a>
Any bright ideas about how to make sure i won't have 38 e-mails in my mailbox after a weekend would be much appreciated!