www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Server-Side Development > PHP

    PHP Discussion and technical support for using and deploying PHP based websites.

    Reply
     
    Thread Tools Rate Thread Display Modes
      #1  
    Old 10-03-2004, 09:24 AM
    tda_digital's Avatar
    tda_digital tda_digital is offline
    Registered User
     
    Join Date: Aug 2004
    Location: An American living in Chiang Mai, Thailand
    Posts: 15
    Search Engine Optimization

    For many of you this is going to sound like a very foolish question, but never the less I would like to hear from some outside sources opinions other than those I’m receiving.

    In general can the “search engines” of the major four portal of Yahoo, Google, AOL and MSN follow a link that has a .php extension? And, if it can does anyone knows, does it follow the .php extension the same way it would follow a .htm/.html link?

    I’m asking the question in a general sense and would appreciate a reply in a general sense, since my question is based on a general link within a web site?

    Thank you in advance, for your time and consideration in reviewing my request.

    Regards,
    Tom
    __________________
    Why do psychics have to ask you for your name?
    Reply With Quote
      #2  
    Old 10-03-2004, 09:34 AM
    Jona's Avatar
    Jona Jona is offline
    Registered User
     
    Join Date: Jan 2003
    Location: Texas
    Posts: 10,637
    I'd imagine they'd be all treated exactly the same, since the encoding is the same; a PHP file is the same as an HTML file, only the .php extension tells the server to parse the file with a specific application before sending it to the requesting client.
    __________________
    Slightly Remarkable
    Reply With Quote
      #3  
    Old 10-03-2004, 09:42 AM
    sciguyryan's Avatar
    sciguyryan sciguyryan is offline
    I've passed 1,000 posts!
     
    Join Date: Jul 2003
    Location: Wales
    Posts: 1,394
    Quote:
    Originally posted by Jona
    I'd imagine they'd be all treated exactly the same, since the encoding is the same; a PHP file is the same as an HTML file, only the .php extension tells the server to parse the file with a specific application before sending it to the requesting client.


    Yes, as Jona said they will be treated exactly the same.



    RyanJ
    __________________
    Cheers,

    Ryan Jones.
    Reply With Quote
      #4  
    Old 10-03-2004, 09:56 AM
    tda_digital's Avatar
    tda_digital tda_digital is offline
    Registered User
     
    Join Date: Aug 2004
    Location: An American living in Chiang Mai, Thailand
    Posts: 15
    Thanks Much

    Folks,

    Both of you have been a very big help, more than you know. A lot of time was saved by your answers.

    Regards,
    Tom
    __________________
    Why do psychics have to ask you for your name?
    Reply With Quote
      #5  
    Old 10-03-2004, 09:57 AM
    MstrBob's Avatar
    MstrBob MstrBob is offline
    SuperModerator, Yo.
     
    Join Date: Jul 2003
    Location: New York City
    Posts: 3,054
    I believe the confusion here arrises with dynamic pages. When you start using query strings, like: page.php?foo=bar and the like, well it gets a bit odd. I don't know much about this. I remember hearing once that some search engines cut it off, or that some simply don't follow those links. But at any rate, I don't know definately about that. But .php, .asp, .aspx, .htm, .html, .jsp Those should all be followed, unless the search engine is told otherwise.
    Reply With Quote
      #6  
    Old 10-03-2004, 10:33 AM
    Jona's Avatar
    Jona Jona is offline
    Registered User
     
    Join Date: Jan 2003
    Location: Texas
    Posts: 10,637
    Search engines only find pages that are linked to; if page.php?foo=bar is linked to somewhere on the Web, the search engine should find it. This is done by search engine indexing, also known as web-crawling or spidering. Hence, pagerank isn't necessarilly affected, though cruft-free URLs are often more SEO friendly because of their specificness (keywords in the URL).
    __________________
    Slightly Remarkable
    Reply With Quote
      #7  
    Old 10-05-2004, 11:30 AM
    yuna's Avatar
    yuna yuna is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Boston, MA USA
    Posts: 94
    Some engines ignore any GET information in links when spidering pages. The reason they give is that such information often contains temporary items like a session identifier that won't work when the page is later retrieved from the search engine's cache. At http://www.google.com/webmasters/guidelines.html, they write, "If you decide to use dynamic pages (i.e., the URL contains a '?' character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them small."
    Reply With Quote
      #8  
    Old 10-05-2004, 03:12 PM
    gizmo gizmo is offline
    Registered User
     
    Join Date: May 2003
    Location: Andover, UK
    Posts: 413
    Further information can be found on the specialist forum at http://www.highrankings.com/forum. Incidently one of my sites uses query strings to pull another page and it is crawled (and validated) ok.
    Reply With Quote
      #9  
    Old 05-12-2007, 07:26 AM
    jasin jasin is offline
    SEO India
     
    Join Date: May 2007
    Posts: 10
    SEO Links

    Quote:
    In general can the “search engines” of the major four portal of Yahoo, Google, AOL and MSN follow a link that has a .php extension? And, if it can does anyone knows, does it follow the .php extension the same way it would follow a .htm/.html link?
    Google can literally crawl any website having pages with following extensions :-

    .html
    .htm
    .php (PHP),.asp(Active Server Page),.jsp,.aspx(.NET)
    pdf,.doc and several others
    Reply With Quote
      #10  
    Old 05-12-2007, 11:00 AM
    bokeh's Avatar
    bokeh bokeh is offline
    Keep it simple, stupid!
     
    Join Date: Jan 2005
    Location: Alicante (Spain)
    Posts: 7,713
    Quote:
    Originally Posted by jasin
    Google can literally crawl
    Try to concentrate on current threads instead of ones that are several years old.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 08:20 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.