Re: [PHP] Design Problem

2002-05-30 Thread Miguel Cruz
On Thu, 30 May 2002 [EMAIL PROTECTED] wrote: > search engine spiders will usually disregard the search string of a URL, > i.e. everything after and including the "?" character. Not sure about the others, but Google does follow GET args. miguel -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Design Problem

2002-05-30 Thread Jason Wong
On Thursday 30 May 2002 20:09, James Holden wrote: > I dont deliver alternate content, I track when they visit which is a > different thing all together. No, but the OP was asking (if I understand correctly) how to identify search engines and deliver keywords (META I suppose) accordingly. -- J

RE: [PHP] Design Problem

2002-05-30 Thread James Holden
13:05 To: [EMAIL PROTECTED] Subject: Re: [PHP] Design Problem On Thursday 30 May 2002 19:42, James Holden wrote: > I do it a different way - using IP's can be a bit of a bummer since they > might change but often as not the hostnames dont. > > I detect spiders using the HTTP

Re: [PHP] Design Problem

2002-05-30 Thread Jason Wong
On Thursday 30 May 2002 19:42, James Holden wrote: > I do it a different way - using IP's can be a bit of a bummer since they > might change but often as not the hostnames dont. > > I detect spiders using the HTTP_USER_AGENT which identifies them either as > say "kitty once hourly", "GoogleBot" or

Re: [PHP] Design Problem

2002-05-30 Thread jakob
> James Holden wrote: > >> Does it matter? >> >> The search engine doesnt know your producing dynamic content, its just >> requesting a page to scan, regardless of the way your producing it. search engine spiders will usually disregard the search string of a URL, i.e. everything after and includi

RE: [PHP] Design Problem

2002-05-30 Thread James Holden
] Sent: 30 May 2002 15:18 To: James Holden Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Design Problem Importance: High Thanks very much for the advice! Was that actually the way to do it? If it is,where can I get list of the IPs, please... thanks again... Dani James Holden wrote: > Does it mat

Re: [PHP] Design Problem

2002-05-30 Thread Dani
Thanks very much for the advice! Was that actually the way to do it? If it is,where can I get list of the IPs, please... thanks again... Dani James Holden wrote: > Does it matter? > > The search engine doesnt know your producing dynamic content, its just > requesting a page to scan, regardles

RE: [PHP] Design Problem

2002-05-30 Thread James Holden
Does it matter? The search engine doesnt know your producing dynamic content, its just requesting a page to scan, regardless of the way your producing it. - James -- W: www.londontown.com @: [EMAIL PROTECTED] -- -Original Message- From: