Systreg
Staff member
- Joined
- Oct 13, 2008
- Posts
- 8,114
- Reaction score
- 666
Hi,
I've previously used the code below to redirect a single domain to another site:
Would Google frown upon it if I was to redirect say 10-20 domains to a single site, or would they look at it the same as a 301, due to it redirecting straight away, as I have the delay set to zero?
What I do is upload an index.html file containing that code to a domain and that's it, shouldn't cause any problem Google wise?
I've previously used the code below to redirect a single domain to another site:
Code:
<script type="text/javascript">
<!--
function delayer(){
window.location = "http://www.www.exampledomainhere.co.uk"
}
//-->
</script>
</head>
<body onLoad="setTimeout('delayer()', 0)"">
Would Google frown upon it if I was to redirect say 10-20 domains to a single site, or would they look at it the same as a 301, due to it redirecting straight away, as I have the delay set to zero?
What I do is upload an index.html file containing that code to a domain and that's it, shouldn't cause any problem Google wise?
Last edited: