one page site with 150k impressions a day

Discussion in 'Search Engine Optimization' started by cornelius, Dec 2, 2005.

  1. #1
    ok one of my sites i coded myself in php only has only one page, all functions are accessed thru get and post commands (the script verifies and loads appropriate modules as needed this is extremely efficient relies on a database alot)

    so urls are like

    http://www.xxxyyy.tld/?do=this
    http://www.xxxyyy.tld/?do=that
    and so on

    the site gets 150k impressions and some 6-8k unique visitors a day

    now my problem is this how do the search engines view my site?
    i dont use mod_rewrite because it ads an overhead, apache is configured without it as well

    some pages (queries call them whatever u want because each page is generated as u request it, depending on users etc) have pr3, but strangely enough one page thats in the part of site where u have to log in has a pr3 as well??other dont
     
    cornelius, Dec 2, 2005 IP
  2. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #2
    Are search engines indexing the dynamic urls?
    Do the dynamic urls have unique content and page titles?
     
    dvduval, Dec 2, 2005 IP
  3. cornelius

    cornelius Peon

    Messages:
    206
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes unique page title

    its a sort of a forum/ cms hybrid
     
    cornelius, Dec 2, 2005 IP
  4. vinod2005

    vinod2005 Banned

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    How you have done this??
     
    vinod2005, Dec 5, 2005 IP
  5. execute

    execute Peon

    Messages:
    301
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ummm dont post broken links ... :/
     
    execute, Dec 5, 2005 IP
  6. MattEvers

    MattEvers Notable Member

    Messages:
    1,792
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #6
    I think he was giving an example of how the functions are all called from the one page. The "xxxyyy" isn't his domain name. And the do this and that aren't the functions. They are examples...:)
     
    MattEvers, Dec 5, 2005 IP
  7. cornelius

    cornelius Peon

    Messages:
    206
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    it is not ONE HTML page (im not google.com he he lol)

    its ONE "controller" php script (a very long one), that loads appropriate modules / classes / functions as the user needs, performs authentication, connects and uses a database, does cleaning up, runs security and verification tests

    to an average person it looks like theres 20-30K thousand pages but they are all generated depending on many factors for example older members get to see more and so on and so forth
     
    cornelius, Dec 5, 2005 IP
  8. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It will read the pages as distinct to a point. It seems that if querystrings are used, google will get bored and stop indexing them.

    If you have unique content and a good amount of backlinks you will do better. the best bet is to get static URLs via mod_rewrite if possible.
     
    ServerUnion, Dec 5, 2005 IP