Does Changing File Name Of Page Affect Ranking?

Discussion in 'Search Engine Optimization' started by Nestrer, Feb 1, 2008.

  1. #1
    Hi,

    I have a web page ranking well in different SEs, it has a lots of backlinks now.

    I am thinking to adjust the filename, but would I lose the SERP and all backlinks?

    Thanks
     
    Nestrer, Feb 1, 2008 IP
  2. turbosatan

    turbosatan Well-Known Member

    Messages:
    957
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    135
    #2
    if you have

    www.mysite.com/page1.html and you change that to
    www.mysite.com/buy-widgets.html then you may lose ranking on that page for a time

    Make sure you ptu a permanent redirect in place though and google "should" just treat the new page as the old one. including the keywords in your filename is a very good idea and will benefit your rankings so it may be worth just doign in now rather than later and building new links and redirect all the old ones using a 301 permanent redirect
     
    turbosatan, Feb 1, 2008 IP
  3. pamminikin

    pamminikin Peon

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes, you can change and put 301 redirect from your old page to new pages. The file name should be properly optimized.
     
    pamminikin, Feb 1, 2008 IP
  4. pradeep.balua

    pradeep.balua Active Member

    Messages:
    415
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    how to put a 301 redirect from old pages to new pages ?
     
    pradeep.balua, Feb 1, 2008 IP
  5. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #5
    use .htaccess file to redirect pages
     
    angilina, Feb 2, 2008 IP
  6. alienated

    alienated Active Member

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    73
    #6
    In .htaccess
    RewriteRule ^oldfilename\.html$ http://%{HTTP_HOST}/newfilename.html [R=301]
     
    alienated, Feb 2, 2008 IP