Remortgages - Cheap Flights - Mobile Phones - MySpace Layouts - Loans

PDA

View Full Version : Meta Refresh and google listings


THT
Jun 4th 2004, 7:40 am
If I had a page with meta refresh in it, or some kind of method to redirect to a different page after a certain amount of time, then google would still index the page itself rather than the page i redirected to - right?


or wrong?

i bet this would get me penalised though....

disgust
Jun 4th 2004, 7:47 am
yes, that's right. and yes, it would most likely be penalised unless the refresh rate is quite high.

digitalpoint
Jun 4th 2004, 7:59 am
You would be better off doing a 301 HTTP redirect. It's arguable wether Google will even follow a meta refresh.

THT
Jun 6th 2004, 6:26 am
hmmm what about if i detected google as the user agent, then i could show a certain page if it was the googlebot and another page when the user actually visited....

What about that?

digitalpoint
Jun 6th 2004, 9:20 am
That's called cloaking and an easy way to get yourself banner from the Google index altogether.

THT
Jun 6th 2004, 1:13 pm
and i guess banned as well ;)

digitalpoint
Jun 6th 2004, 1:59 pm
Opps... would edit it, but then your post would make no sense. ;)

Owlcroft
Jun 6th 2004, 11:31 pm
Meta-refresh is a rubber crutch. As others have noted, a 301 Permanent Redirect is the ticket you want.

That is easily enough achieved in an .htaccess file if your host server is running Apache. There have been threads here explaining the mechanics: Google for them.

If your host is not running Apache, perhaps it's time to consider changing hosts.

(An unsolicited, uncompensated endorsement: Pair Networks--http://www.pair.com--is a great host at a very fair price.)