RE: [PHP] Search engine indexing

2002-05-02 Thread John Holmes
Most will index a plain PHP page just like an .html page. If there is a query string in the URL, like index.php?id=34, then some search engines won't index it. There are methods for creating your URL so that it can be indexed and still pass values, read some tutorials on Devshed.com or PHPbuilde

Re: [PHP] Search engine indexing

2002-05-02 Thread Miguel Cruz
On Tue, 30 Apr 2002, Charl wrote: > Are PHP files indexed the same way as plain HTML files by search engines? Search engines don't know or care how pages were generated (PHP, ASP, Perl, telekinesis, cosmic rays, etc.). They'll slurp up anything with HTML or text on it. Some will read PDFs and oth

Re: [PHP] Search engine indexing

2002-05-02 Thread Rasmus Lerdorf
yup On Tue, 30 Apr 2002, Charl wrote: > Are PHP files indexed the same way as plain HTML files by search engines? > > -- Charl > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/)