Is it possible to make Affiliate link count as a backlink? http://www.automotivetouchup.com/mall/affiliate.asp?merchantid=16&nextpage=index.htm
Yes... Set your affiliate links to go to a script that sets the cookie (or records whatever you need to do). For example, an affiliate link of: http://www.yourdomain.com/aff.php?id=12345 After you do whatever you need to do, do a 301 redirect to the root of the domain (which Google will count towards the normal domain. - Shawn
Another option can be to add form tags in the affiliate buttons or text link and pass the id via ASP. Can that work?
My question is... how do you do the 301 after setting the cookie? I know how to do 301s with .htaccess, however that wouldn't work here. Good info though.