Page 1 of 1

php and search engines

Posted: Fri Mar 25, 2005 4:04 am
by php12342005
search engines can find text from html pages very fast.
i guess that search engines can not search from php pages properly, at least search speed is very slow.

right?

Posted: Fri Mar 25, 2005 6:36 am
by Chris Corbyn
Not necessarily (I can never spell that word :-( ).

Maybe they'll have to wait for the page to load but depending upon what the script is doing (i.e. whether it has to wait for busy database to send results or whatever).

They still read the same old (X)HTML....