Cloaking PHP redirect script

tictack

New member
Jul 3, 2009
34
0
0
Hi

I am not using Pro202 or T202 but I would ike to cloak my traffic from YSM & Google.Though I send the traffic direct to landing page. I have a redirect php script to do the redirect. Is they a way I can add few code in the redirect script so I dont expose my keyword & traffic source to my networks.

Thanks in Advance.
 


use a meta refresh instead of simple redirect. google for meta refresh redirect
 
As tictack said - meta refresh is a good way to go so when the visitor hits your page instead of redirecting with php, just output a meta refresh in the header for 0 seconds.

Or an even better way is to change the referrer: redirect to a site that you are happy to have seen with a url variable so the second site knows, then 302 redirect from the second site to your affiliate.
 
The script I use is first off a JavaScript rediect and backs up with a meta redirect. Even so that's not not perfect, you may think about redirecting though a domain with ssl.
 
Or an even better way is to change the referrer: redirect to a site that you are happy to have seen with a url variable so the second site knows, then 302 redirect from the second site to your affiliate.


This.
 
Thanks for all your response!.

I dont know this is too much to ask. Can I get a sample script.
 
What is the big difference between 301 and 302 redirect ? Are they safe for Google bots? Will they see the aff links ?
 
301 is permanent redirect and passes the mystical pagerank.

302 is temporary redirect and google still gives the juice to the original page. It's like saying "this page has moved over here - but it won't be for long so please remember me"