Forum Moderators: phranque
I am managing a new site for a client.
The ISP for my client manages the client's domain name and email.
The ISP has set www.my_domain.co.uk to the new IP for the site.
They say they can't do this for [my_domain.co.uk...] (without www.) because that is used for mail.
I asked them to make a .htaccess (redirect 301 / [my_domain.co.uk...] - they can't.
So they have setup an instant meta refresh (shown below).
Can this affect Search engines?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<TITLE>ISP Company Name</TITLE>
<META HTTP-EQUIV="refresh" CONTENT="0; URL=http://www.my_domain.co.uk">
<meta name="copyright" content="2002 ISP Company Name">
<meta name="creator" content="ISP Company Name">
<meta name="publisher" content="www.ISP_Name.com">
<meta name="identifier" content="www.ISP_Name.com">
<meta name="robots" content="noindex,nofollow">
</HEAD>
<BODY>
</BODY>
</HTML>
It was a technique that helped a webmaster to get a high ranking page indexed while sending users to a more presentable page. Your question is, "Can this meta refresh affect Search engines?" Bear in mind that each SE has different preferences...
With all of that said, I'm not certain how any SEs presently react, it's simply become habit for me to use a minimum of 5 seconds for meta redirects for the past several years to avoid SE problems.
Does anyone have more recent experience?
Clearly either they don't know what they're doing (because there's no reason why example.com shouldn't be able to be used both for email and for web traffic) or they aren't telling you their real reasons for not doing it.
I realize it's a client's site and not yours, but moving it might be the best choice! :)
Any direct knowledge / experience would help my argument.
There certainly are many hearsay examples of that refresh technique causing search engine problems. I say it that way because there isn't much "direct knowledge" of any such things; only guesses and observations. Personally I haven't heard many examples of it causing problems recently, but that could just as well be because people do tend to avoid even trying it because it's become "conventional wisdom" that it has adversely affected sites and rankings in the past.