How To Redirect To Another Site Without Passing on PR

thedon23

Elite Member
Joined
Dec 21, 2009
Messages
1,759
Reaction score
1,271
I am renting out a site of mine to a local company, and want to make it so when anyone comes to my site, it automatically redirects to my clients websites.

I wanna do this without passing on any PR from my site (I believe a 301 redirect does that).

Any other options?
 
Perhaps you can use 302 redirect, it's temporary redirection and should not pass any value to other domain except passing visitors...
 
try javascript
Code:
location.href=youtargetdomain.com
 
Back
Top