Forum Moderators: open
I have a page where guests can leave comments and a URL to their own website. However I do not want the links to their website appear directly on my pages. Right now I'm using an ASP.Net Script. I call my own asp.net page e.g. www.mywidgets.com/goto.aspx?site=redwidget.com
the goto.aspx page then does a response.redirect to redwidget.com.
Is this a correct way to avoid the search engines taking redwidget.com as a one way outbound link from my website? If not, what is the correct way? I want to avoid PR leakage due to outbound link (is that the correct term?)
Thanks in advance.
Flip