[PHP] *.php and the search engienes on the web

2001-04-26 Thread SED

Hi all,

If I make a whole website based on one PHP-navigation file with links like
index.php?id=123, will all the search engines who crawl the websites be
able to follow it and index?

Regards,
Sumarlidi Einar Dadason

SED - Graphic Design

--
Phone:   (+354) 4615501
Mobile:  (+354) 8960376
Fax: (+354) 4615503
E-mail:  [EMAIL PROTECTED]
Homepage:www.sed.is - New Homepage!
--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] *.php and the search engienes on the web

2001-04-26 Thread Philip Olson

some do, not sure which do and don't these days though.  for related
information, check out this tutorial :

  Building Dynamic Pages With Search Engines in Mind :
  
  http://phpbuilder.com/columns/tim2526.php3


regards,
philip


On Fri, 27 Apr 2001, SED wrote:

 Hi all,
 
 If I make a whole website based on one PHP-navigation file with links like
 index.php?id=123, will all the search engines who crawl the websites be
 able to follow it and index?
 
 Regards,
 Sumarlidi Einar Dadason
 
 SED - Graphic Design
 
 --
 Phone:   (+354) 4615501
 Mobile:  (+354) 8960376
 Fax: (+354) 4615503
 E-mail:  [EMAIL PROTECTED]
 Homepage:www.sed.is - New Homepage!
 --
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] *.php and the search engienes on the web

2001-04-26 Thread Steve Werby

SED [EMAIL PROTECTED] wrote:
 If I make a whole website based on one PHP-navigation file with links like
 index.php?id=123, will all the search engines who crawl the websites be
 able to follow it and index?

A lot of them won't index pages with query strings (the part after the ?).
I posted a message in a similar thread earlier this month with more details
and some strategies to generate URLs that make search engines happy.  The
post is at the first URL below.

http://marc.theaimsgroup.com/?l=php-generalm=98618455619989w=2

Here are links to other similar threads I've replied to - read all of each
thread for the full picture.

http://marc.theaimsgroup.com/?l=php-generalm=98754380108909w=2
http://marc.theaimsgroup.com/?l=php-generalm=96578812203470w=2

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]