SEO MotionZ Forum

Full Version: how to do 301 redirection to website?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to do 301 redirection to website
orientation Wrote:how to do 301 redirection to website
If you are using wordpress then there are plenty of plugins that can help you with.
You must have the access to your server and use the .htaccess files in which will reside the command known as "Allow Override" in the configuration file.
When you redirect your domain name using a 301 redirect, it sends visitors to the specified site with a "301 Moved Permanently" HTTP response. The HTTP 301 response code tells user-agents (including search engines) the location has permanently moved.
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".
It is used for permanently redirection.