There are a few things that can help you get indexed by the search engines
if you are using a server side scripting language.

1. Try to avoid passing variables in the get string. That is, the stuff
after the "?" in a url.
2. If you want a page indexed, don't redirect from that page to another
page. The search spider will not follow the redirect.

Other than that, I can't think of more things that a spider wouldn't like
that have to do with php. If there are more, please correct me.

Matt Friedman
Spry New Media
http://www.sprynewmedia.com



----- Original Message -----
From: "Joe Montiel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 01, 2001 8:52 PM
Subject: [PHP] Search Engines


> Hello,
>
> I am new to the list and to php...I would like to know how php does with
the
> major search engines. Do I need to do something extra to make it work?
Will
> it index if I am pulling my content from text files? (If this is in an
> archive somewhere, point me to it).
>
> Thank you!
>
> Joe
>
>
> --
> 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]

Reply via email to