Help required regarding redirect a url

Discussion in 'Search Engine Optimization' started by Rapid_SEO, Nov 2, 2009.

  1. #1
    Help required regarding redirect a url. I have a website and offering seriveces. one of my service page is domain.com/x_y_z and having PR2. I want to change this url like domain.com/v_x_y_x, what is the better way to save my PR2. should I redirect my current url to new url or I need to do seo work on new url?
     
    Rapid_SEO, Nov 2, 2009 IP
  2. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Both... You want to 301 redirect domain.com/x_y_z to domain.com/v_x_y_x so that domain.com/v_x_y_x gets credit for all inbound links to domain.com/x_y_z. All future link development, however, should be done by building links to the new URL - domain.com/v_x_y_x.
     
    Canonical, Nov 2, 2009 IP
  3. sarkarkumar09

    sarkarkumar09 Peon

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    Use 301 redirect...a great way to secure your PR.

    ---Sar
     
    sarkarkumar09, Nov 2, 2009 IP
  4. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hmmm ok I will go for 301 redirect to save my webpage PR. thnx for kind reply
     
    Rapid_SEO, Nov 2, 2009 IP
  5. Website_Development_NJ

    Website_Development_NJ Guest

    Messages:
    180
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello,

    You can use 301 Permanent Redirect Function for your both url, so you will get one url back links benefit to other URL.
     
    Website_Development_NJ, Nov 2, 2009 IP
  6. dipali

    dipali Peon

    Messages:
    450
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    using 301 redirect you can redirect all ur old urls to new url with out lost of pr.
     
    dipali, Nov 2, 2009 IP
  7. tody8815

    tody8815 Peon

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hello,
    Use 301 Permanent Redirect Function for your both url to get back links benefit.Also I suggest for SEO on both of the link.
     
    tody8815, Nov 2, 2009 IP
  8. agatha5565

    agatha5565 Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hi,
    Perhaps you got your answer.Thanks for the post.
     
    agatha5565, Nov 3, 2009 IP
  9. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    One more thing when should I down (offline) my old link?
     
    Rapid_SEO, Nov 3, 2009 IP
  10. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #10
    When redirecting web pages which have been deleted or permanently moved, the 301 redirect has to remain in place forever if you want the new URL to continue to get credit for the old URL. If you remove the 301 redirect later, the new URL will begin losing credit for the inbound links to the old URL.

    If you're hosted on an Apache web server then you can 301 redirect using Mod_Rewrite and .htaccess files. You can do this in the example you gave by adding something like the following to your .htaccess file in the root of your web:

    After the .htaccess rules above are in place to perform the redirect, you can delete the old web page at x_y_z. Mod_Rewrite will continue to redirect requests for x_y_z to v_x_y_x as long as the rule above is in place (which should be indefinitely) inside your .htaccess file.

    If you're not hosted on an Apache web server then you'll likely have to 301 redirect in code using a server side scripting language (without Mod_Rewrite I HOPE you're using a server-side scripting language like PHP or .NET). In this case you modify the code in the old web page to return a 301 Moved Permanently HTTP Status with a Location of the the new URL. In this case, the old page will have to remain in place for as long as you want the new page to receive credit for links to the old page.
     
    Canonical, Nov 3, 2009 IP
  11. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #11
    ok thnx for ur kind reply. now I understand
     
    Rapid_SEO, Nov 4, 2009 IP
  12. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #12
    need another help. when I decided to do a redirect method and also done it but after 3 to 4 days I decided to leave my old URL as my targeted URL it was /x_y_z. I did it but the problem is now is that Google has indexed my other link and when I search my term I found my other link /v_x_y_x not the current link. what to do now? should I redirect this link to my old URL /x_y_z that is live now? or should wait for google to index my old URL again? but peoples those are following /v_x_y_x from google are going to a not found page. need such a good help.
     
    Rapid_SEO, Nov 19, 2009 IP
  13. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #13
    Simply change:

    to:

    This will remove the old URL->new URL redirect and redirect requests for the new URL to the old URL to stop the user from being sent to the Not Found page.
     
    Canonical, Nov 19, 2009 IP
  14. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #14

    Ok, u mean I should redirect new url to old url and when google index will be updated and my old url will be in the index then I should remove the new url because I m not useing new url for off-page optimizations? m I correct Canonical? and also it will not hirt my old url PR2?
     
    Rapid_SEO, Nov 19, 2009 IP
  15. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Canonical waiting for your kind reply in this regards.
     
    Rapid_SEO, Nov 19, 2009 IP