PDA

View Full Version : 301 redirection



Simran
01-02-2009, 07:08 AM
can anyone suggest me about 301 redirection ?

Dan484
01-02-2009, 01:06 PM
301 Redirect is the best method to use to preserve your search engine rankings. It safely redirects site traffic from your old site to the new site.

To use a 301 Redirect:

1. To create a .htaccess file, open notepad, name and save
the file as .htaccess (there is no extension).

2. If you already have a .htaccess file on your server,
download it to your desktop for editing.

3. Place this code in your .htaccess file:

redirect 301 /old/old.htm http://www.you.com/new.htm

4. If the .htaccess file already has lines of code in it,
skip a line, then add the above code.

5. Save the .htaccess file

6. Upload this file to the root folder of your server.

7. Test it by typing in the old address to the page you've
changed. You should be immediately taken to the new
location.

Notes: Don't add "http://www" to the first part of the
statement - place the path from the top level of your site
to the page. Also ensure that you leave a single space
between these elements:

redirect 301 (the instruction that the page has moved)

/old/old.htm (the original folder path and file name)

http://www.you.com/new.htm (new path and file name)

~ServerPoint~
01-09-2009, 03:00 AM
Yes that is the best way save all SEO efforts from the previous domain name.

bob
01-10-2009, 09:40 AM
This article from google blog is worth to read for effective move; http://googlewebmastercentral.blogspot.com/2008/04/best-practices-when-moving-your-site.html

evans11
02-04-2009, 03:27 AM
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".

HostQuack
02-23-2009, 10:39 PM
Too add to the current responses always use this form of redirect. Its the best for the search engines.

--
Cameron

~ServerPoint~
02-24-2009, 02:57 AM
Too add to the current responses always use this form of redirect. Its the best for the search engines.
What are forms?

Robdale
02-24-2009, 06:33 PM
I would like to see the form as well.

alexissamantha
05-26-2009, 03:08 AM
Thanks for sharing with us man its really very informative tips and useful too,,,

devidmark
06-22-2009, 02:26 AM
HI
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

bermuda
06-24-2009, 04:31 AM
Without using the 301 redirection, a lot of problems might be caused because even if you do copy and upload all the pages, but do not properly redirect the transfer Google might assume you have simply copied the contents from another site and this may damage your rankings and pages indexing.

rumsfo
06-24-2009, 08:40 AM
That is not clear from the opening post what he is looking for or would like to specify
I assume he should come back here and take care of the question and ask it more correctly

arslan220
07-11-2009, 04:07 AM
it can be from hosting cpannel.

bryansmith
10-23-2009, 08:34 AM
Helpful article. thanks for sharing with us....

jackson
11-09-2009, 05:21 AM
Nice information, thanks for sharing.

maslko
11-09-2009, 08:04 AM
Thanks. Nice information here about 301 redirection.

davidweb09
09-08-2018, 01:41 PM
301 Redirection is best methods to remove canonical error from your website. https://davidminkin.com/

roycpo
10-31-2018, 09:21 AM
A 301 redirect is a permanent redirect from one URL to another. 301 redirects send site visitors and search engines to a different URL than the one they originally typed into their browser or selected from a search engine results page.

kylojoe
10-31-2018, 09:26 AM
A 301 redirect is a permanent redirect which passes between 90-99% of link equity (ranking power) to the redirected page. 301 refers to the HTTP status code for this type of redirect. In most instances, the 301 redirect is the best method for implementing redirects on a website.