|
A 301/302/303/++ code is a type of redirection. 301 mean PERMANENT redirection. It's a way to not have duplicate content. You can do a 301 redirection with your htaccess file. For example, you can tell search engine that your old domain have redirected permanently to your new domain name with a 301.
|