Google and PhP pages

Discussion in 'Search Engine Optimization' started by lightlamp, Jul 18, 2006.

  1. #1
    Hi All, Does Google read php generated page as well as it does regular html? I am thinking of use EZDatabase for my next site.
    Thanks
     
    lightlamp, Jul 18, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I principle, yes,

    In practice, it depends on many things like sessions, cookies, query strings etc.
     
    T0PS3O, Jul 18, 2006 IP
  3. shamess

    shamess Well-Known Member

    Messages:
    1,127
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    185
    #3
    It will read anything that doesn't require information to view the page... That doesn't make sense does it? I can't think of an example without rambling.. >.<
     
    shamess, Jul 18, 2006 IP
  4. Old Welsh Guy

    Old Welsh Guy Notable Member

    Messages:
    2,699
    Likes Received:
    291
    Best Answers:
    0
    Trophy Points:
    205
    #4
    It depends on the sonctrustion of the page via queries from the database. In theory, there is no difference, the problems occur though when you have poorly constructed queries that cause the spider to time out. Spiders show more server respect to dynamic pages than flat html pages and as such will leave if they think the server is underload. Slow to respond pages simulate this, and it is for this reason mainly dynamic pages get left out.
    A page with 20 queries on it is going to be too complicated a url to read. rewriting helps this a bit though, but modrewrite places a load on server resources, so it can be an ever decreasing circle.
     
    Old Welsh Guy, Jul 18, 2006 IP
  5. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #5
    Yes it's also reading dynamic pages...
     
    redhits, Jul 18, 2006 IP
  6. Mrblogs

    Mrblogs Peon

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Make sure that you use something like Apache's Rewrite MOD though if your URLS have query strings in, because although Google seems to handle them okay - it is always better (and other Search Engine spiders may not be able to understand them) to have human readable URLs as much as possible.
     
    Mrblogs, Jul 18, 2006 IP
  7. WebDivx

    WebDivx Peon

    Messages:
    212
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i think google can read all types of pages as long as they dont have password protection
     
    WebDivx, Jul 18, 2006 IP
  8. Old Welsh Guy

    Old Welsh Guy Notable Member

    Messages:
    2,699
    Likes Received:
    291
    Best Answers:
    0
    Trophy Points:
    205
    #8
    Google does have the technical ability now to read all types of normal page asp, php cfm, htm, html etc, it can read javascript, but it can not pass link benefit to the links it finds, it can only add them to the index. The same is trus for flash to a point, it can not still understand the content though and treats a flash movie as a page in its own right.

    It is not the technical ability that is the problem though it is the things I pointed out in my post above, the server respect, and the multiple queries due to poor site construction.
     
    Old Welsh Guy, Jul 19, 2006 IP