Can PHP page rank better than html page ?

Discussion in 'Search Engine Optimization' started by PoorGuy, Mar 25, 2006.

  1. #1
    Hi,I'm just a noob.. hope you guys can help me a bit here.. I'm thinking of optimizing a certain keyword and most of my competitors' sites that ranked high with that keyword are in .html form.

    My site is a wordpress blog, is it possible to rank better than them with a .php page rather than html?
     
    PoorGuy, Mar 25, 2006 IP
  2. d3scr1pt0r

    d3scr1pt0r Well-Known Member

    Messages:
    167
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    d3scr1pt0r, Mar 25, 2006 IP
  3. PoorGuy

    PoorGuy Peon

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    oh thanks... i'm using the /archives/2006/03/.../ permalinks

    before this, i have html pages for my site, but later i decided to change my main site to a blog, so I'm wondering whether it would more difficult my site to get indexed and also rank well.
     
    PoorGuy, Mar 25, 2006 IP
  4. Old Welsh Guy

    Old Welsh Guy Notable Member

    Messages:
    2,699
    Likes Received:
    291
    Best Answers:
    0
    Trophy Points:
    205
    #4
    The page extension does not matter ONE BIT for SEO. The ONLY difference between static and dynamic pages are
    1. response times can cause the spider to leave spidering if it considers the server to be under heavy load (server respect).
    2. too many parameters (query strings) in the url can cause a spider to choke, or back out.

    Apart from the technical differences between dynamic language pages and static pages there is ABSOLUTELY no difference.
     
    Old Welsh Guy, Mar 25, 2006 IP
  5. markkk

    markkk Well-Known Member

    Messages:
    1,143
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    140
    #5

    I agree... its only between Static and Dynamic... as long as your page is Static and the BOT doesnt have any difficulty crawling your site.. you dont have anything to worry. :)
     
    markkk, Mar 25, 2006 IP
  6. PoorGuy

    PoorGuy Peon

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks, now I can focus on building a better blog.
     
    PoorGuy, Mar 25, 2006 IP
  7. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #7
    To my knowledge, no extension is given preference over another.

    To my knowledge, file naming does not have an affect on getting "indexed".

    IMO, for permalinks in WP you're better off with:
    /%postname%
    ...which would look something like:
    http://parkyourdots.com/title-of-your-post

    Also, you might change your "Title" in WordPress to:
    <title><?php wp_title('', display); ?></title>
     
    ResaleBroker, Mar 25, 2006 IP
  8. d3scr1pt0r

    d3scr1pt0r Well-Known Member

    Messages:
    167
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #8
    oh , thanks:)
     
    d3scr1pt0r, Mar 25, 2006 IP
  9. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #9
    when i am given choice b/w .php pages and .html pages, i would definitely go for making static html to make seo friendly, no matter how hardwork it takes. I would definitely mo-rewrite the urls to generate static pages.
     
    olddocks, Mar 27, 2006 IP
  10. Old Welsh Guy

    Old Welsh Guy Notable Member

    Messages:
    2,699
    Likes Received:
    291
    Best Answers:
    0
    Trophy Points:
    205
    #10

    WHY? Mod rewriting places load on the processor and memory, while static HTML pages do not. Mod rewriting will slow down response times and in the case of a borderline slow site, could be the straw that makes the spider back out because of slow response times. Mod rewrite should only be used if needed IMO.

    What you also have to realise with mod rewrite, is that you are serving up dynamic pages as static, so the spider will not show any server respect for the site and might well hammer the server to buggery. Use it wisely.
    dynamic pages are already SEO friendly if the underlying code is well written.
     
    Old Welsh Guy, Mar 27, 2006 IP
  11. Dio

    Dio Well-Known Member

    Messages:
    725
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    120
    #11
    Its surprising how many php CMS aren't - you'd think the developers would build it into more of the templates. vBulletin, PHPBB and some WP templates leave a lot to be tinkered with out of the box to improve their SEObility. :)
     
    Dio, Mar 27, 2006 IP
  12. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #12
    Great explanation old welsh for mod rewrite.
     
    olddocks, Mar 28, 2006 IP