954,164 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

301 redirect.

Could anyone tell me exactly what a 301 redirect is? Is it beneficial?
I had a company tell me my home page had a 301 redirect issue I needed corrected . Thanks

JG42122
Light Poster
37 posts since Oct 2008
Reputation Points: 10
Solved Threads: 0
 

Whenever you load a webpage, the web server sends a status code back to your browser. 404 is a file not found error, 200 is an OK acknowledgement that the page is available, and a 301 is a permanent redirect ... meaning that your web server is saying that the page was moved to a different URL and forwards the web browser to that new URL.

For example, if I used to have a page www.site.com/page.html but then I renamed it to www.site.com/newpage.html , I don't want everyone who is still going to the old URL to get a 404 error. So I set up a 301 redirect so each time someone tries to access page.html, their web browser is automatically redirected to newpage.html. When search engines encounter a 301 redirect, they know to stop indexing the old url and to pass its pagerank to the new url.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

A 301 redirect indicates that a page has permanently moved to a new location. Whether it is beneficial or not it depends on your priority, the quality of the domain name you're redirecting and your ability to move it precisely to the new location.

bobchrist
Posting Pro in Training
456 posts since Jan 2007
Reputation Points: 17
Solved Threads: 10
 

301 redirection is used basically for the pages are active or renamed and the previous one set default on the present running page.

Flower
Junior Poster
190 posts since Mar 2006
Reputation Points: 10
Solved Threads: 3
 

We remove all 301 redirection to all of our sites to prevent hurting our sites.

mokmok69
Junior Poster in Training
65 posts since Apr 2009
Reputation Points: 10
Solved Threads: 1
 
Could anyone tell me exactly what a 301 redirect is? Is it beneficial? I had a company tell me my home page had a 301 redirect issue I needed corrected . Thanks

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".

x3mario
Posting Whiz
341 posts since Aug 2007
Reputation Points: 44
Solved Threads: 2
 

301 redirect is the most efficient and search engine friendly method for web page redirection. One of the most common reasons to use 301 redirects is to help improve the seo of your site.
The 301 status code stands for Moved Permanently and is a way to tell the browser and search engine that the requested url has been assigned to a new url and all future references to this url should go to the new url instead, thus the permanence. Once you’ve set up 301 redirects for your various URLs it won’t make a difference which one will be used in the link since they will all be pointing to the same URL.

Hafsoh
Junior Poster
158 posts since Jan 2008
Reputation Points: 10
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You