On May 10, 10:01 pm, david64 wrote:
> If you want to use the meta tag to do a redirect, I would advise you
> not to use.
I don't think that was the intention. The OP probably wanted the
simple refresh syntax, which is:
<meta http-equiv="refresh" content="5" />
Where 5 is the delay in seconds. It's most annoying - the Drudge
Report uses it. The redirect form is:
<meta http-equiv="refresh" content="0;url=...." />
Google has intimated on several occasions that a zero-delay refresh is
treated _almost_ like a 301. I suspect the effect can be improved by
adding a robots noindex meta tag.