topcoder
Regular Member
- Jan 31, 2012
- 209
- 36
I was trying to find a simple clever way to prevent page rank leakage using something like below.
<span onclick="window.open('http://www.example.com')">example.com</span>
But google detected it as an outbound link. I know I can get around this doing the re-direct server side on a postback/submit. But I was hoping to do something a little more elegant without using server side code to do the re-direct.
Any suggestions? Really want the convenience of links for my readers, but I don't want the link juice evaporating to other sites.
If I have to resort to server-side postbacks/submits I will.
<span onclick="window.open('http://www.example.com')">example.com</span>
But google detected it as an outbound link. I know I can get around this doing the re-direct server side on a postback/submit. But I was hoping to do something a little more elegant without using server side code to do the re-direct.
Any suggestions? Really want the convenience of links for my readers, but I don't want the link juice evaporating to other sites.
If I have to resort to server-side postbacks/submits I will.