PHP vs HTML for SEO

Discussion in 'Search Engine Optimization' started by hawksrnm1, Feb 29, 2008.

  1. #1
    Are PHP files just as SEO as HTML? What are advantages or disadvantages?
     
    hawksrnm1, Feb 29, 2008 IP
  2. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #2
    agreed. file extension has nothing to do with SEO.

    .php, .html, .jhtml, .xhtml, .jsp, .aspx, it's all the same for SEO.
     
    fsmedia, Feb 29, 2008 IP
  3. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #3
    all extenstion or tld are the same for big search engines
     
    trichnosis, Feb 29, 2008 IP
  4. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #4
    This is an SEO question and as such, PHP is no better than ASP.NET etc etc.
     
    hooperman, Feb 29, 2008 IP
  5. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Does not matter, they "all" render HTML either way, tho server side programming languages are much more powerful than pure html written files.
     
    astup1didiot, Feb 29, 2008 IP
  6. DotComGod

    DotComGod Banned

    Messages:
    49
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    also php is better due to the mod^rewrite and not only that, but like someone else mentioned easy to change
     
    DotComGod, Feb 29, 2008 IP
  7. RoscoeT

    RoscoeT Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    What does apache mod_rewrite have to do with PHP?
     
    RoscoeT, Feb 29, 2008 IP
  8. marshalseo

    marshalseo Peon

    Messages:
    252
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use any platform PHP or HTML but keep in mind when make url structure for your website. Its is very necessary in optimization process for any website.
     
    marshalseo, Mar 1, 2008 IP
  9. wragge11

    wragge11 Guest

    Messages:
    2,222
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    #9
    PHP is better for ease of use, no difference for SEO!
     
    wragge11, Mar 1, 2008 IP
  10. jackieshine

    jackieshine Banned

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    they are both just the same.
     
    jackieshine, Mar 1, 2008 IP
  11. alex_d1

    alex_d1 Well-Known Member

    Messages:
    1,522
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    120
    #11
    I think that as long as the pages have unique, well written content on them, they better, regardless of the page extension.
     
    alex_d1, Mar 1, 2008 IP
  12. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanks a lot for everyone who responded.
     
    hawksrnm1, Mar 1, 2008 IP
  13. Panzer

    Panzer Active Member

    Messages:
    381
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #13
    They may rank .html higher than .htm since .html is a dynamic extension whereas .htm is regarded as static content.
     
    Panzer, Mar 1, 2008 IP
  14. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #14
    Extension doesn't matter. Header directive "Content-type" matters. For .html, .htm, .php, .shtml, .txt Apache returns "Content-type: text/html", so they are equal for search engines.
     
    wmtips, Mar 1, 2008 IP
  15. Forrest

    Forrest Peon

    Messages:
    500
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #15
    You can use it to expose your php files as if their extensions were html if you were worried about it.
     
    Forrest, Mar 1, 2008 IP
  16. pdfmania

    pdfmania Peon

    Messages:
    213
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    both the same. lots of webmasters said that static html file would be good. but treating php file like html would be better using mod_rewrite.. use php to ease the implementation.
     
    pdfmania, Mar 2, 2008 IP