website redirection?pls help

Discussion in 'Search Engine Optimization' started by seonovice, Nov 9, 2009.

  1. #1
    We worked closely on our SEO efforts for a website. We have decided to purchase another URL that fits better with our new logo. This website URL will be different than the earlier one. What would be the hindrance in terms of SEO if we made the new URL as the main site and redirected the old one to it? Would we “wash out” all of our previous efforts on the old website?

    Just looking for some advice as to should i do the seo again on after i redirect the old site to the new one? Pls help
     
    seonovice, Nov 9, 2009 IP
  2. stephen082

    stephen082 Active Member

    Messages:
    843
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    95
    #2
    If redirection is done in proper way then none of your efforts done on old site would be wasted. You will get benefit of all backlinks you have generated to your Old URL.
     
    stephen082, Nov 9, 2009 IP
  3. danibee

    danibee Well-Known Member

    Messages:
    412
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    148
    #3
    you can redirect your website to new url using 301 redirect and set this in your google webmaster account also
    I did this successfully for my website 1 month ago.
     
    danibee, Nov 9, 2009 IP
  4. seonovice

    seonovice Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If i set a 301 redirect, is that sufficient? I mean, will it affect the SEO onpage work done on the website?Will the meta tags and everything be carried forward, or will i have to do the onpage work again?
     
    seonovice, Nov 10, 2009 IP
  5. danibee

    danibee Well-Known Member

    Messages:
    412
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    148
    #5
    it is sufficient but take care to redirect all your pages to the new url
    oldwebsite.com/page1.html > newwebsite.com/page1.html
     
    danibee, Nov 10, 2009 IP
  6. janicejan

    janicejan Peon

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you will be required to do onpage works again.
     
    janicejan, Nov 10, 2009 IP
  7. seonovice

    seonovice Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    oh oh!so wat can be the other alternative. Cos i think writing the meta tags again is gonna take some time! www.smileprotx.com is the old website i am talking about. www.garlandorthodontics.com is the new proposed URL. Should i drop the idea of the new URL and continue with the old one?Pls help.
     
    Last edited: Nov 10, 2009
    seonovice, Nov 10, 2009 IP
  8. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #8
    If all you are doing is changing domain names then ALL you have to do is 301 redirect every page at the old domain to the same page at the new domain... If you're running on Apache you can do this in Mod_Rewrite with something like the following in the .htaccess in your webs root folder:

    RewriteCond %{HTTP_HOST} olddomain.tld$ [NC]
    RewriteRule (.*) http://www.newdomain.tld/$1 [R=301,L]


    You can expect to take a temporary hit in rankings and therefore traffic while all of your old domain's inbound links are recrawled. I recently wrote a post on redirecting web pages which will explain how 301s work and "why" you can expect a temporary hit in rankings and traffic. I'm working on a tutorial on Mod_Rewrite but it will be a while for it's ready for prime time.
     
    Canonical, Nov 10, 2009 IP
  9. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I started a thread regarding redirect a url to new url and found a best answer. DP is best place to get answers regarding SEO
     
    Rapid_SEO, Nov 10, 2009 IP
  10. Traffic-Bug

    Traffic-Bug Active Member

    Messages:
    1,866
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #10
    If you didnt change the url structure, then there is no need to do onpage works. Simply make sure if you change any urls in the new site you are putting proper 301 redirect in the new site itself using appropriate RewriteRule .
     
    Traffic-Bug, Nov 10, 2009 IP
  11. rashida

    rashida Active Member

    Messages:
    1,429
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #11
    Yeah definitely,redirection is better to gain all the backlinks.
     
    rashida, Nov 10, 2009 IP
  12. seonovice

    seonovice Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Ok fine...but i have done a few link building activities like submitting the old url to a few important medical directories(my client is an orthodontist) and stuff like that.When i redirect my old URL to the new one, what happens to my submitted directory links?how do i change them?
     
    seonovice, Nov 13, 2009 IP
  13. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #13
    If you have access to google webmaster tools for the site you can fill out the new location in there that should help avoid too much of a temp serps drop.
     
    vagrant, Nov 13, 2009 IP
  14. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #14
    If you 301 redirect your old URL to a new URL and the old URL is listed in directories, when a user clicks on the old link in the directory their browser will automatically be redirect to the new URL. The users won't even notice other than the URL in their browser will change. That is "why" you need to 301 redirect each old URL to its new equivalent.
     
    Canonical, Nov 13, 2009 IP