Is there Any difference Between page.php and page.htm?

Discussion in 'Search Engine Optimization' started by shand0, Feb 24, 2007.

  1. #1
    I want to know what is the difference between using php extenson and using htm extenson during page saving process.
    And what is the best for SEO?
     
    shand0, Feb 24, 2007 IP
  2. aptimass

    aptimass Peon

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Historically static looking pages were better. I don't think it matters that much in google anymore. In the distant past, they were skeptical of indexing pages that were dynamic (all php pages can be dynamic, why else would you choose them).

    Bill
     
    aptimass, Feb 24, 2007 IP
  3. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Both are the same in terms of SEO. Just make sure to avoid tagging session parameters in the dynamic urls..
     
    KC TAN, Feb 25, 2007 IP
  4. neof

    neof Peon

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    search engines preferred .htm. But these days a php page can be easily rewritten as htm, and an .htm page content can be made to run as a dynamic .php file.

    So if search engines know this is possible, I'm not sure if it matters anymore. But to be safe, use the .htm.
     
    neof, Feb 25, 2007 IP
  5. shand0

    shand0 Well-Known Member

    Messages:
    1,336
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    148
    #5
    What do you mean by Tagging session parameters?
    more explanation please

    For php pages, should i edit meta tags?Or it is the same as htm pages

    Thanks all
     
    shand0, Feb 25, 2007 IP
  6. NYDAz

    NYDAz Peon

    Messages:
    685
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Google likes more .html rather than .php

    Just my opinion ;)
     
    NYDAz, Feb 25, 2007 IP
  7. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #7
    Source: http://www.google.com/support/webmasters/bin/answer.py?answer=35769

    The meta tags will not be affected be it .php or .html. Hence, do it as per normal :)
     
    KC TAN, Feb 25, 2007 IP