monika-lora asked:
hi, folks
i need to hide an affiliate link, how to do that?
If i use page redirection which is the SEO friendliest way to do it HTML or Java Script?
hi, folks
i need to hide an affiliate link, how to do that?
If i use page redirection which is the SEO friendliest way to do it HTML or Java Script?
thx
and…… MERRY CHRISTMAS EVERYONE!





















SEO friendliest way is to not let the browser know it is being redirected.
The best way, but might not be available depending on host, is to use the .htaccess file to do the redirect. Using that file causes the webserver (apache) to do the redirect before ever leaving the server.
Another option is to use PHP header function. Documented here: