From HTML To PHP But Same Content?

Discussion in 'Search Engine Optimization' started by gobbly2100, May 13, 2008.

  1. #1
    Hey,

    I am converting a site from a HTML non validating messy Dreamweaver made site to a PHP validating clean hard coded site.

    My quesion is this, I have 301's setup but how much is this going to effect my rankings?

    I currently have a lot of number one and two spots for keywords I want, am I going to lose all my positions by now having the PHP extensions?
     
    gobbly2100, May 13, 2008 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you see a drop in your rankings, chances are it'll be temporary at worst. Afterall, what you're telling the search engnes is that the pages have moved to a new location. It's really no different than putting in a a change of address with the post office.
     
    Dan Schulz, May 13, 2008 IP
  3. n3o

    n3o Well-Known Member

    Messages:
    1,241
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    160
    #3
    the other solution you can use is Tell Apache to parse all .html files a .php file. Using this method you do not have to change any files extensions or worry about any redirects. To do this, place this code in your httpd.conf file:

    AddType application/x-httpd-php .php .html
     
    n3o, May 13, 2008 IP