I have a question I have this site http://www.diamond-bows.com/..... it ranks really well for Diamond Bows # 2 Our " Money Site " is http://shop.eaglearchery.com Is there a way to redirect it to our money site without losing ranking in Google? Thanks for any help Â
to be honest i don't know how but i've heard its possible to deliver the credits of one site to other by redirecting it efficiently and also you have to contact the google support team as well to do some manual changes, i guess.
You can try doing a 301 (permanent) redirect; NOT a 302. No guarantees you won't lose PR though. But this is usually the best way.
This is the php code for 301 redirection <?php Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.yournewwebsite.com" ); ?>
If you 301 redirect it, it will no longer rank at all! Best thing is just put a nice big link there so you send traffic to your money site. Bompa