Hey guys I need to do a 301 redirect, but I'm just curious on how well these work. I got so many deep links and blog post that have great links going to them, so how would I 301 redirect everything to my new domain.
have you used it? Also what about all my inner pages like my blog posts, and things to that nature, and will I lose my rankings?
301 redirects can be declared in .htaccess, this is one sample of that: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] PHP:
what about all my deep links, and etc? all my site structure will be the same, only a new www.domain.com
that redirect above will redirect all requests to the corresponding deep pages... mysite. com/help with redirect to newsite. com/help