1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need advice on changing URL structure

Discussion in 'Google' started by banana8, Dec 15, 2010.

  1. #1
    Hi ...

    I'd like to change some of my urls from this structure:
    mywebsite dot com/hi_five.php

    To this:
    mywebsite dot com/hi-five/

    Any ideas on what is the most recommended way to do so without loosing the SERP and all the SEO work I've done so far ?

    Thanks !
     
    banana8, Dec 15, 2010 IP
  2. AirForce1

    AirForce1 Peon

    Messages:
    1,325
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    I think a domain level 301 redirection would be needed for your purpose. But, page level redirection might be too tedious. Thus, deep back link juices would be lost during this kind of URL changes, IMO.

    all the best,
     
    AirForce1, Dec 15, 2010 IP
  3. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #3
    You should do 301 redirect each and every changed pages from an old url structure to a new one. This will prevent you from losing any seo efforts you have done so far.
     
    Sxperm, Dec 15, 2010 IP
  4. mormuno01

    mormuno01 Guest

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Is your site on Wordpress? If it is then 301 redirects are easier with good plugins. Otherwise, just do htaccess 301 redirects for each page like advised above.
     
    mormuno01, Dec 15, 2010 IP
  5. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #5
    As others have said, use a 301 redirect on each page. Here's the code:

    <?
    Header( "HTTP/1.1 301 Moved Permanently" ); 
    Header( "Location: http://www.new-url.com" ); 
    ?> 
    Code (markup):
    You should also have a site map. Be sure to remove the old pages from it, and add the new ones.
     
    longcall911, Dec 15, 2010 IP
    Grimm likes this.
  6. banana8

    banana8 Active Member

    Messages:
    410
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Thanks guys.
    After making the redirection, should I go and change all the internal links that point to the old pages or just leave it as is ?
     
    banana8, Dec 16, 2010 IP
  7. theentry

    theentry Peon

    Messages:
    925
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hm that's a tricky question. If there aren't that many then go and change them to the new ones
     
    theentry, Dec 16, 2010 IP
  8. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I would change them....
     
    longcall911, Dec 16, 2010 IP