I've heard cloaking can imapct your SEO or search engine results? Does anyone know if that's true? Thanks.
cloak your links. i have not seen any problems with this method with regards to SEO. Google's spider can still read the destination URL.
PHP redirect. <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> PHP: Stick your link in, rename the file whatever.php, and link to that page on your server.
Just mask the URL using sites like tinyurl.com and urlshort.com If you want to cloak the URL completely, please do use the following JAVA code- merchant-url-goes-here.com"; return true' onMouseOut='window.status="Done"; return true' href="http://www.affiliate-url-goes-here.com" target="_blank">TEXT GOES HERE</a> This link will display the http://www.merchant-url-goes-here.com in the status bar at the bottom of your browser, hiding the http://www.affiliate-url-goes-here.com. Code (markup):
Great tips! But how to decide the affiliate url ? Redirect to 'Keyword Link'? Other links have pictures. Thanks for the info.
HTML Redirect Another easy way to do hide your code, that doesn’t require a certain OS. Create a file called john.htm and type this in. <HTML><HEAD><TITLE>Taking you to johnchow.com website</TITLE> <meta http-equiv="refresh" content="0; url=http://johnchow.com?ref=justin"> </HEAD> <BODY>Please stand by.</BODY> </HTML> You just need to create a new HTML file for each of your affiliate program.