![]() |
||||
The Difference Between 301 and 302 Redirectsby Jonathan Hochman Many webmasters don't understand the different between a 301 and 302 redirect. You might think that Google and the other search engines would just follow the redirects, but that's where things get complicated. A 301 redirect means that the page has moved to a new location, permanently. A 302 redirect means, that the move is temporary. Search engines need to figure out whether to keep the old page, or replace it with the one found at the new location. Use the wrong type of redirects, and the search engines' view of your web site can get screwed up, badly. Why does this matter? If you are moving a web page or an entire web site to a new location, for instance if you change your domain name, you want visitors to be able to find your site. A redirect causes the user's browser to automatically forward from the old location to the new one. You might think that Google and the other search engines would just follow the redirects, but that's where things get complicated. When a site moves, that can trigger the Google aging delay. Usually the site drops out of the search rankings for several months, sometimes even a year. We'll come back to this later. There aren't too many situations where a 302 is appropriate. How often have you temporarily moved a page? It's much more common to move pages permanently. Nevertheless, it seems easier to create 302 redirects than 301s. You can use Javascript or a meta tag to create a 302. Creating a 301 redirect requires special commands in your .htaccess file if you use an Apache server. With Windows servers, creating 301 takes even more time and trouble. That's why there's a tendency for people to mistakenly use 302 instead of 301. About the AuthorAfter graduating from Yale with two degrees in Computer Science, Jonathan Hochman set up his own consulting company in 1990. He has been an Internet marketer since 1994. To send feedback, please visit http://www.hochmanconsultants.com/.
For additional information on search engine listings, please contact Hochman Consultants. |
|
|||