I have a question for those running affiliate programs for revenue on their sites. Do you recommend using a redirect file for the affiliate links and blocking the crawlers using the robots.txt file? If so, how do you set this up. I am curious as to how it works. Hubert
To set up the redirect page you could use something like: <html> <head> <title>Your affiliate name</title> <meta name="robots" content="noindex, nofollow"> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=your aff link"> </HEAD> <body> One Moment Please... </body> </html> Whether it is advisable I don't know, but I use it and it seems to work ok. You should check out the TOS of your aff program before using it though. T