+ Reply to Thread
Results 1 to 8 of 8

Thread: Do page extensions effect Search Engines?

  1. #1
    Member
    Join Date
    Jan 2011
    Posts
    91
    Thanks
    47
    Thanked 28 Times in 19 Posts
    Rep Power
    4

    Do page extensions effect Search Engines?

    Hey,

    Recently I was posting in a couple of forums and noticed that some of them had extensions such as showthread.php?tid=1 and others had showthread-name-of-thread.

    I was wondering if you think extensions have any effect on google and other search engines. One page of my site is misc.php?page=rsa. The misc.php page is blank, do you think this would have any effect on how google reads the page?

    If so what extensions are better for google. Should you have a page ending in .php, a page without an extension or a page with something after the extension?

    Sorry if this thread's a bit short and confusing but I'm in a bit of a hurry.

    Thanks,
    Clarkie

  2. #2
    Dormant Account
    Join Date
    Feb 2011
    Posts
    14
    Thanks
    6
    Thanked 1 Time in 1 Post
    Rep Power
    2
    I dont think it matters. Php works on the server side and for the end user will read as html. I may be wrong but for whats its worth there are probably a lot better things to be worrying about in terms of seo than your file extensions. I am a bit of a noob though so dont just take my word on this!!!

  3. The Following User Says Thank You to Sn00p For This Useful Post:

    Clarkie (March 13th, 2011)

  4. #3
    Member
    Join Date
    Jan 2011
    Posts
    91
    Thanks
    47
    Thanked 28 Times in 19 Posts
    Rep Power
    4
    Thanks for your reply. I appreciate your opinion regardless of the amount of experience you choose to credit/not credit yourself with. The main thing I'm wondering is do search engines see pages like index.php?tid=1 and index.php?tid=2 as different pages or does it look at index.php. I say this because I noticed in a google search the other day that one forum thread was on google but the link was to showthread.php which didn't show any thread because the thread I'd was missing. Normally this isn't the case.
    Last edited by Clarkie; March 13th, 2011 at 5:18 PM.

  5. #4
    Premium Member
    Join Date
    Aug 2010
    Location
    Adelaide
    Posts
    2,553
    Blog Entries
    6
    Thanks
    1,345
    Thanked 1,570 Times in 840 Posts
    Rep Power
    53
    Quote Originally Posted by Clarkie View Post
    Thanks for your reply. I appreciate your opinion regardless of the amount of experience you choose to credit/not credit yourself with. The main thing I'm wondering is do search engines see pages like index.php?tid=1 and index.php?tid=2 as different pages or does it look at index.php. I say this because I noticed in a google search the other day that one forum thread was on google but the link was to showthread.php which didn't show any thread because the thread I'd was missing. Normally this isn't the case.
    Whilst I can't say I have seen any difference between pages/folders with extensions .htm .html .php or /folder/ I have seen large discrepencies with non sef urls. Some people are of the opinion google is smart enough to know the difference, but in my experience getting all pages indexed on large sites really depends on have sef urls, so no session id's or catid's or tid's.

    Though google does tend to do better with big name scripts such as vb/wordpress but if it's a custom coded site then you will get problems with indexing.

  6. #5
    Top Contributor
    Join Date
    Oct 2010
    Location
    Cotswolds
    Posts
    787
    Thanks
    175
    Thanked 739 Times in 373 Posts
    Rep Power
    23
    I recently moved a 40,000+ page site over from variable based pages to SEF urls - mainly because I preferred them - Google was equally happy indexing both...
    just look at Amazon / Ebay URLS - google is quite clever

    Alasdair

  7. #6
    Dormant Account
    Join Date
    Apr 2010
    Posts
    7
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Generally a website with a Search Engine friendly keywords is always much better than normal php extensions

    example:
    forumdisplay.php?f=32
    Having that particular keyword in your domain helps you to get ranked better in search engines but in the end if your website is reputable enough and scores high for other factors like backlinks, unique content etc, then it matters less. Take DP forum as an example. According to what the owner said, most of the traffic he received was from Google yer his site does not have a particularly special SEO structure. Site reputation counts as the main factor here.

  8. #7
    Established Member
    Join Date
    Jan 2010
    Location
    Down Under
    Posts
    145
    Thanks
    18
    Thanked 27 Times in 21 Posts
    Rep Power
    5
    As a straight question of 'does x.php?a=1 index as well as 'x1.html' - the answer is, yes, they do fine.
    But technicalities can be an issue - if some of the parameters are dynamic, you can have canonical issues, and generated pages can have everafter problems, eg a calendar that lets you click on 'next day' may take a bot off on an infinite crawl into the future. Not good.

  9. The Following 2 Users Say Thank You to leadegroot For This Useful Post:

    Clarkie (March 17th, 2011), Clinton (March 17th, 2011)

  10. #8
    Top Contributor
    Join Date
    Feb 2010
    Location
    Nr Manchester UK
    Posts
    2,112
    Thanks
    287
    Thanked 643 Times in 372 Posts
    Rep Power
    35
    Yeah like Leadgroot says, PHP parameters can make a difference if they can create a situation where the same content can be generated in differnt ways, like a page that can be sorted by category, price, weight, postage charges etc. The bot can get stuck in an inifinite loop generating the same content over and over and eventually will decide that it's duplicate content and just stop crawling. This can cause pages to not be listed. Session IDs are a bad idea too, Google definitely doesn't like those.

    If that can't happen then I don't think that a few PHP parameters make any difference to SEO at all, lots of the biggest sites have them like Amazon and Ebay as akirk points out, definitely isn't hurting their rankings. On the other hand, SEF URLs (which is a misnomer IMO) are more human friendly and it never hurts to have your keyword phrase in the URL.

  11. The Following User Says Thank You to JJMcClure For This Useful Post:

    Clinton (March 18th, 2011)

+ Reply to Thread

Similar Threads

  1. Google is changing your page titles in search results
    By Clinton in forum General & Miscellaneous
    Replies: 25
    Last Post: July 31st, 2012, 8:22 AM
  2. Replies: 0
    Last Post: February 26th, 2012, 5:58 AM
  3. Google Showing Page Previews in Search Results
    By benitez17 in forum General & Miscellaneous
    Replies: 11
    Last Post: October 9th, 2010, 11:21 AM
  4. Are Sitepoint signature links blocked from search engines?
    By Clinton in forum General & Miscellaneous
    Replies: 5
    Last Post: March 1st, 2010, 9:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts