Forum Moderators: open

Message Too Old, No Replies

What kind of redirection is safe - what methods?

         

Marcia

7:19 am on Mar 7, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've recently seen some redirected sites that had been penalized. Some had PR0 some were just plain not indexed. With one, the pages on the free host are brought up inside a frameset - that one is ok, but all the many links show for the domain name. The ODP listing is for the free site, so that shows up as the link to it; otherwise none. That's not the case with some others that don't have an ODP listing.

Several of the troubled sites were displaying duplicate content, one had nothing more than info about the redirection service in the frameset, with only a link to the free site. The links point to the domain name. All in trouble with no rankings.

In one case, someone was just asking about pointing several different domain names to his site in case people mis-spelled it. Someone who uses redirection a lot to Angelfire sites suggested that it be redirected.

People are doing all kinds of things, and with redirection so popular it would be good to know, like a checklist - what are the different methods used for redirection? Which ones are safe?

Brett_Tabke

2:15 pm on Mar 10, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



>What kind of redirection is safe - what methods?

The short answer, is very few.

If the page really has moved, then a meta refresh at about 10 seconds is the best way to go. Spiders will read it an follow. Make sure to put "moved" in the title of the page with the refresh on it.

301 redirects: if the page has moved, then a 301 is the best way to go. That lets the browser and the spiders know not to come back to this url.

Jonathan

5:06 pm on Mar 10, 2002 (gmt 0)

10+ Year Member



>..then a meta refresh at about 10 seconds is the best way to go..

Why 10 seconds? I have 1 second set for redirects of pages that I've moved, but might still be linked to from search engines.

I'll be sure to add Moved to the titles.

And a question that I have. I have /subscribe.html setup to redirect to a subscription form in one of my cgi scripts. I don't want people to have to go to /cgi-bin/blabla/bla.cgi?subscribe-etc. What kind of redirect should I use in this situation?

Brett_Tabke

4:56 pm on Mar 11, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



>10 seconds

Gut instinct based on quite a few unrevealing tests. It was something a se tech told me a couple years ago and I took his advice on it.

>What kind of redirect should I use in this situation?

Hide it with ssi if that is an option.