Forum Moderators: open

Message Too Old, No Replies

Redirecting methods

         

Adam_C

1:54 pm on Sep 9, 2002 (gmt 0)

10+ Year Member



We all know that redirecting is wrong, and meta redirects are SEO suicide.

What I would like to know is what are the more effective ways/methods for redirecting.

An SEO told me recently they know of 8 different methods, whereas, I only know the following:

<!-- Begin
window.location="http://www.redirect.com";
// End -->

What else is there, and how effective are they in terms of not getting penalised by SE's?

msgraph

3:14 am on Sep 10, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Adam_C and welcome to WebmasterWorld!

Have you read through the cloaking - stealth [webmasterworld.com] forum? There are some great tips, examples, and even a few mild shouting matches over how to redirect users/browsers.

One of the more effective ways to redirect users is through CGI/Perl and/or .htaccess. The reason why these are more effective is because you don't have to dump some javascript or meta tag refresh code on-page since everything runs on the server side. Also, you have A LOT more control over who you want to redirect and where you want to redirect them to.