301 redirect

Discussion in 'Domain Names' started by Tchibo1, Sep 8, 2009.

  1. #1
    I have a domain which I would need to redirect to a new domain name with 301 redirect. There are few things I am not sure about. First of all pages will change path locations and names on the new domain. Meaning that

    page:

    www.olddomain.com/page1.htm

    will change name and location to

    www.newdomain.com/folder/1page.htm

    My question is as follows:

    Is it better to redirect it page by page to new location (100 pages) meaning that .htaccess will be bit long.... or simply redirect the whole site to the new domain leaving the pages at current positions for now until search engines get all the parameters (rankings, positions etc...) and then after a while change pages' locations and names while on the new domain.

    Thanks
     
    Tchibo1, Sep 8, 2009 IP
  2. Dub-X

    Dub-X Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    why dont you just move your entire site over to the new domain?

    and actually if you use a 301 it will redirect the from olddomain to newdomain everytime i am pretty sure
     
    Dub-X, Sep 8, 2009 IP
  3. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Since with 301 you move your site permamently to the new positions and with it you get all the rights you have gained with the search engines over the time, like rankings, positions etc.... If I simply move to the new domain I have to do it from scratch.
     
    Tchibo1, Sep 8, 2009 IP
  4. Hosting24

    Hosting24 Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #4
    I would recommend redirect whole website using 301 redirect. Search engines will recognize you are "switching domains" and your ratings (including Google PageRank, if it's important for you) will be transferred to new domain.
     
    Hosting24, Sep 8, 2009 IP
  5. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks, but what about my other issue about either transfering every page individually or the whole site since pages will change names and path locations.
     
    Tchibo1, Sep 8, 2009 IP
  6. Hosting24

    Hosting24 Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #6
    If your structure is changed, you should do individual redirects (because visitors will see 404 errors on new site)
     
    Hosting24, Sep 8, 2009 IP
  7. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    my question was following:

    Is it better to redirect it page by page to new location (100 pages) meaning that .htaccess will be bit long.... or simply redirect the whole site to the new domain leaving the pages at current positions for now until search engines get all the parameters (rankings, positions etc...) and then after a while change pages' locations and names while on the new domain.
     
    Tchibo1, Sep 8, 2009 IP
  8. Pixelrage

    Pixelrage Peon

    Messages:
    5,083
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It's better to redirect page by page if you want each page to retain the PR & backlinks. Here's a 301 redirect guide that explains most of this stuff. If you do redirect the entire site, make sure you have a REALLY good 401 page that helps people find what they were originally looking for within a click or two at most...
     
    Pixelrage, Sep 8, 2009 IP
  9. Steve Powers

    Steve Powers Peon

    Messages:
    1,196
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I think you'd better change it page by page.This is more friendly for search engine to accept.What's more,it's also
    more confortable for your vistors to accept although changing the whole website is more convenient.
     
    Steve Powers, Sep 8, 2009 IP
  10. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Can you also throw a short example how it can be done the best way meaning, not to complicate it too much in order not to make mistakes in the process, thanks
     
    Tchibo1, Sep 8, 2009 IP
  11. Hosting24

    Hosting24 Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #11
    Here you go (put this code into .htaccess file):

    redirect 301 /old_file.html http://www.newdomain.com/new_file.html

    Hope that make sense. You can try playing a little and you see it's really easy.
     
    Hosting24, Sep 9, 2009 IP
  12. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    What about the RewriteEngine ON
     
    Tchibo1, Sep 9, 2009 IP
  13. goodspirit2006

    goodspirit2006 Greenhorn

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #13
    Do you know that you will lose a lot of SE traffic if you use 301 redirection?
     
    goodspirit2006, Sep 10, 2009 IP
  14. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    It will go down for few weeks but it will gain back ranking and trafic once search engines perceive this as a permanent move. At least I think it is best way to do it.
     
    Tchibo1, Sep 10, 2009 IP
  15. Hosting24

    Hosting24 Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #15
    You will NOT. 301 redirect was made for search engines so they can "understand" that content has moved. Did you use it moving old sites to new domains? I did (for multiple times), and I know traffic and rankings will NEVER be lost.
     
    Hosting24, Sep 11, 2009 IP
  16. Tchibo1

    Tchibo1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    That is exactly what it is used for, is there a chance to get a code for moving but not only site to site by page to page since I will be moving pages to new locations (changing folders) and under the new names. Do you think this willl have any impact on the end result.
     
    Tchibo1, Sep 11, 2009 IP