New URL Redirect from old - SEO Headache????

Discussion in 'Search Engine Optimization' started by theresaseo, Mar 13, 2008.

  1. #1
    Hi Guys,

    I am working for a client who wants to change his company name. This means changing the domain name to a new one, however he has 105 links pointing to the existing domain. He also wants me to impliment the SEO on the existing site.

    Not much will be changed, just the URL's and name, the content will remain the same, would this have a Detrimental effect on SEO of the site???

    Would this just require a global 301 redirect or something much more precise?

    Many thanks in advance....

    T
     
    theresaseo, Mar 13, 2008 IP
  2. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Ive found that every time ive done a php header 301 redirect it has dropped all my pages from googles search engine.. so if i was you, I would just put a meta tag redirect to the correct url, or use some kind of mod rewrite for it.. and say, leave the old domain their for about 4/6 months?
     
    shacow, Mar 13, 2008 IP
  3. alienated

    alienated Active Member

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    73
    #3
    301 works for me.
     
    alienated, Mar 13, 2008 IP
  4. banker0679

    banker0679 Well-Known Member

    Messages:
    407
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #4
    I would put a back link on the old site...so that it points towards your new site. This will help the new site gain 1 more backlink that is relevant.

    Once the new site is up/running then I would do 301.

    I wouldn't risk the chance of losing the PR ranking, and SERP rankings of the old site.
     
    banker0679, Mar 13, 2008 IP
  5. dpking

    dpking Peon

    Messages:
    1,021
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Its easy using SEO Redirect all juice of old domain will be shifted to new domain !
     
    dpking, Mar 13, 2008 IP
  6. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #6
    An SEO consultant complaining about making 301 redirects? :confused::rolleyes:

    If you want to honor your clients request you can't do this the easy way; you do it the right way. If they are just changing the domain name and URLs you need to 301 redirect each web page to it's new URL to pass over all SEO weight and Pagerank. 301 redirects in the .htaccess are really not that hard. Below is an example how to 301 redirect a web page.

    Redirect 301 /oldwebpage.html http://www.newsite.com/newpage.html

    Don't forget the index files in each directory as well.
     
    astup1didiot, Mar 13, 2008 IP
  7. sauravgr8

    sauravgr8 Peon

    Messages:
    556
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Redirecting a site with the while data base to another url is all very risky from my point of view. But as it is stated in the above post to redirect a website including every directory pages, can definitely help transfering the data base but side by side you need to replace all the links used for backlinks on various web pages to this new url to regain all the strength of the website.
     
    sauravgr8, Mar 14, 2008 IP
  8. GreenGambler

    GreenGambler Notable Member

    Messages:
    1,841
    Likes Received:
    117
    Best Answers:
    0
    Trophy Points:
    200
    #8
    I just switched over a website myself. From one domain name to another. If I do a 301 permenant forwarding from my GoDaddy control panel, is that enough?
     
    GreenGambler, Mar 17, 2008 IP
  9. wokaka

    wokaka Peon

    Messages:
    2,345
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Well, are you really an SEO expert?
     
    wokaka, Mar 17, 2008 IP
  10. GreenGambler

    GreenGambler Notable Member

    Messages:
    1,841
    Likes Received:
    117
    Best Answers:
    0
    Trophy Points:
    200
    #10
    No, I don't think an expert would be asking.
     
    GreenGambler, Mar 17, 2008 IP
  11. forall

    forall Well-Known Member

    Messages:
    176
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #11
    personally i use meta tag to redirect.
     
    forall, Mar 17, 2008 IP
  12. GreenGambler

    GreenGambler Notable Member

    Messages:
    1,841
    Likes Received:
    117
    Best Answers:
    0
    Trophy Points:
    200
    #12
    Is there somewhere I can just report it to Google and done! I do use there webmaster tools but I didn't see anything.

    I'm not sure how to do any of the other methods to be honest. Like, where do I insert the Meta tags? On my new domain name home page file, and have the old name forward to the new one or what? And samethign with the .htacess file, do I make the changes in the new domain name file? Because the old one is not being hosted anymore, just re-directed. I think I need some consulting..lol
     
    GreenGambler, Mar 17, 2008 IP
  13. alienated

    alienated Active Member

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    73
    #13
    All you need is do 301 all old pages to new ones.
     
    alienated, Mar 17, 2008 IP
  14. seojig

    seojig Well-Known Member Affiliate Manager

    Messages:
    1,122
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    140
    #14
    yes you need to redirect all existing pages from old to new site permanently.
     
    seojig, Mar 17, 2008 IP
  15. Galadriel

    Galadriel Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    301 is the direct command and friendly for search engine robot.
     
    Galadriel, Mar 17, 2008 IP
  16. prclicks

    prclicks Peon

    Messages:
    353
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    It's not a headache buddy, it's easy, you just need to move find proper medium to get understood well:

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^domain.com [nc]
    rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

    I hope it can help.

    See it's just a 1 line code to change
     
    prclicks, Jun 2, 2011 IP