Hello,
Was wondering if pages used for redirecting a link have any influence in the "big
SEO picture" for the site. The pages that I'm talking are similar to this (see below) and are usually used to "hide" affiliate links (you open a new blank page that only does the redirect to the actual site you're linking to).
Code:
<html><head>
<title>Redirect Page</title>
<meta http-equiv="REFRESH" content="0;url=http://www.myaffiliatelink.com">
</head><body></body></html>