I am putting together my first dedicated affiliate page and I had a question. I know we are suppose to hide links to pages outside our own with a php redirect script or something and use a no follow tag, but what about get URL's in a form? (I used CJ's generate HTML Form for each product.)
Example:
Does that really matter? Is there a better way I should be doing this?
Thanks!
Example:
Code:
<form method="get" action="http://www.someurl.net/directory" target="_top">
Does that really matter? Is there a better way I should be doing this?
Thanks!