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.

Moving My Html/php Website To Wordpress, How To Do It Without Losing My Rankings In Google?

Discussion in 'Content Management' started by Melloweitsj, Jan 28, 2013.

  1. #1
    I have a website that I would like to transfer from HTML to wordpress, in order to be able to write more often and more efficiently. However, most of my webpages on the site end with *.php, and if I move the page to wordpress, the pages will not end with *.php, and my rankings in google will probably suffer. Are there any way around this? I thought about moving my template to wordpress, then just add these pages that I already have (it is not that many) over to wordpress manually, with the *.php endings.

    For your information, I only want to add wordpress to the sub-categories cricket picks and blog, the rest of the site could be HTML for all I care. Anyway to add the same wordpress install to two different sub-categories?

    The site is http://www.onlinecricketbetting.net for reference.
     
    Melloweitsj, Jan 28, 2013 IP
  2. Masim man

    Masim man Active Member

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    58
    #2
    You can change wordpress permalink to end with *.php. In wordpress permalink settings add this line into the custom structure.

    /%postname%.php
    Code (markup):
     
    Last edited: Jan 28, 2013
    Masim man, Jan 28, 2013 IP
  3. DaffodilSW

    DaffodilSW Greenhorn

    Messages:
    57
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #3
    Redirect all your old URLs (PHP ones) to the new one that of WordPress platform using 301.
     
    DaffodilSW, Jan 29, 2013 IP
  4. Melloweitsj

    Melloweitsj Well-Known Member

    Messages:
    123
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #4
    Is there any negative effect of having your posts ending with .php, that seems to be the best solution. Or should I do the redirects? If so, how do I do the 301 redirects, any good links?
     
    Melloweitsj, Jan 29, 2013 IP
  5. Masim man

    Masim man Active Member

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    58
    #5
    I don't know, I should be ask you that question because you have already using it as your web extension. :)

    But, in my opinion, I think it doesn't matter whatever extension we use. I've seen other extensions like .shtm, .asp and .cfm has a good position on the search engine, but it's up to you.

    Here is Google's explanation about 301 redirects.

    http://support.google.com/webmasters/bin/answer.py?hl=en&answer=93633

    And here is the code to redirect a single page using .htaccess

    Redirect 301 /old-page http://www.domain.com/new-page
    Code (markup):
    New-page url will be vary depending on your WP permalink structures

    i.e.

    Redirect 301 /post-title.php http://www.domain.com/pos-title
    Code (markup):
     
    Masim man, Jan 29, 2013 IP
  6. zmanblog

    zmanblog Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    60
    #6
    Sitemaps
     
    zmanblog, Jan 29, 2013 IP
  7. Melloweitsj

    Melloweitsj Well-Known Member

    Messages:
    123
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #7
    Thank you Masim man, I think I will just stay with the .php endings. Removed a lot of headaches for me now :)
     
    Melloweitsj, Jan 29, 2013 IP
  8. DaffodilSW

    DaffodilSW Greenhorn

    Messages:
    57
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #8
    As Masim said, page extensions have nothing to do with search engine rankings. You can stick to it if you can.
     
    DaffodilSW, Jan 30, 2013 IP