Forum Moderators: phranque

Message Too Old, No Replies

Alternative to 301 L

         

omoutop

11:28 am on Jan 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi to all for one more time and a happy new year!

Would this example be a good alternative for .htaccess 301 L redirection? Is it google-compatible or not?

<head>
<meta http-equiv="Refresh" content="0; url=http://wwWebmasterWorldeb.com/mypage.htm">
</head>
<meta name="robots" content="noindex,nofollow">

Thx in advance!

jdMorgan

6:23 pm on Jan 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Meta-refresh is not a redirect at all, since it is handled inside the browser. It also depends on the search engines fetching and parsing the page correctly... You are at their mercy as to whether they treat it as a 301 or a 302.

This is a method that should only be used as a last resort. If I was on a server that could not generate proper 301 responses, I'd change hosts rather than use a meta-refresh.

Jim

omoutop

12:45 pm on Jan 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



thx very much jdMorgan, for one more time you are very helpfull, keep up good work!