Forum Moderators: open

Message Too Old, No Replies

indexing of php pages created on the fly

         

leoo24

5:53 pm on Mar 18, 2003 (gmt 0)

10+ Year Member



evening chaps :)

looked around and now have a query or two.
As far as i have seen only google and ink will spider/index pages that have a url like:
[localhost...]
,does that still stand?
I saw someone saying about how he had static html versions of the php pages stored on his server, i assume for spidering purposes, any comments on that.
Also is there any advice anyone has for what i can do with php pages created on the fly
cheers :)
leo

skipfactor

5:57 pm on Mar 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



good evening

Fast/AlltheWeb crawls my asp pages.

Added: Fast created a monster on AlltheSites for my dynamic pages. On one of my keyphrases, my dynamic pages for these widgets rank alone pages 1-5. Zero competitors for 5 pages! Note this is AlltheSites and do not get these results on ATW.

[edited by: skipfactor at 6:04 pm (utc) on Mar. 18, 2003]

leoo24

6:01 pm on Mar 18, 2003 (gmt 0)

10+ Year Member



that's good news, and have they been indexed?

skipfactor

6:07 pm on Mar 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



They are indexed on AlltheSites, but only the paid ones on Fast. Me thinks this thread is about to be moved...

hetzeld

6:11 pm on Mar 18, 2003 (gmt 0)

10+ Year Member



Hi leoo24,

No need to store static pages on your server. Google, Inktomy and Fast are perfectly able to index dynamic URLs.
There's a limitation as far as Google in concerned: keep it short! No more than 2 parameters, and avoid using session IDs.

Dan

leoo24

6:35 pm on Mar 18, 2003 (gmt 0)

10+ Year Member



thanks hetzeld, gonna work on hiding my session id's now!