Re: [PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Miguel Cruz

On Thu, 6 Jun 2002, Scott Reismanis wrote:
 Just a quick question regarding developing search engine friendly 
 pages. Basically I am re-writing my site so that say mysite.com?
 page=supportaction=help becomes mysite.com/support/help/ Reason why is 
 it looks nicer and is search engine friendly, as some search engines 
 cannot spider URLS with query strings.
 
 Anyhow my preferable method of achiving this is having all pages raise 
 a 404 error, which then loads my custom 404 page which shall output 
 a 200 ok header and load the appropiate content. I have heard 
 somewhere though, that despite overwriting the 404 header, search 
 engines wont index the page because they think it does not exist... is 
 this the case? If so I shall use another method, such as one where I 
 crop the *.php extension off my files and force apache to interpret 
 them as mime type php.

Look at the headers you're sending out. If there's no 404, then the search 
engine has no possible way of knowing how you handled it on the back end.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Ashley M. Kirchner

Scott Reismanis wrote:

 Just a quick question regarding developing search engine friendly
 pages. Basically I am re-writing my site so that say mysite.com?
 page=supportaction=help becomes mysite.com/support/help/ Reason why is
 it looks nicer and is search engine friendly, as some search engines
 cannot spider URLS with query strings.

Ye might want to read:

Building Dynamic Pages With Search Engines in Mind
http://www.phpbuilder.net/columns/tim19990117.php3

and:

Revisited: Build Dynamic Pages With Search Engines in Mind
http://www.phpbuilder.net/columns/tim2526.php3


--
H | Life is the art of drawing without an eraser. - John Gardner
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin. 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Scott Reismanis

Thanks for the feedback, once again timly and right on the money :)

What you mention is what I thought, I just had doubts which I wished to 
clarify.

- Original Message -
From: Ashley M. Kirchner [EMAIL PROTECTED]
Date: Thursday, June 6, 2002 2:46 pm
Subject: Re: [PHP] Search Engine Friend Dynamic Pages

 Scott Reismanis wrote:
 
  Just a quick question regarding developing search engine friendly
  pages. Basically I am re-writing my site so that say mysite.com?
  page=supportaction=help becomes mysite.com/support/help/ Reason 
 why is
  it looks nicer and is search engine friendly, as some search engines
  cannot spider URLS with query strings.
 
Ye might want to read:
 
Building Dynamic Pages With Search Engines in Mind
http://www.phpbuilder.net/columns/tim19990117.php3
 
and:
 
Revisited: Build Dynamic Pages With Search Engines in Mind
http://www.phpbuilder.net/columns/tim2526.php3
 
 
 --
 H | Life is the art of drawing without an eraser. - John Gardner
  +
 
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 
 x130  Director of Internet Operations / SysAdmin. 
 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe 
 Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, 
 U.S.A.
 
 
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php