A better solution - make your pages look like static
html pages:

Search Engine Friendly PHP Pages
http://zend.com/zend/spotlight/searchengine.php

Search Engine-Friendly URLs
http://www.sitepoint.com/article/485

How can I pass variables to a script in the url like
/script/var1/var2?
How can I pass variables in a form that won't scare
off search engines?
http://www.faqts.com/knowledge_base/view.phtml/aid/124

Apache ForceType Docs
http://www.apache.org/docs/mod/mod_mime.html#forcetype

I even add a ".htm" to the article id and then do a 
str_replace().

Remember to make sure that you are doing some type of
validation of the data that is being passed via the
URL.

olinux


--- Mike Hillyer <[EMAIL PROTECTED]> wrote:
> Hi All;
> 
> I am trying to decide how to lay out a site with a
> lot of articles, and I am
> wondering if query strings get spidered by Google. I
> was thinking it would
> make for an easy search engine if I could put the
> articles in fulltext
> searchable MySQL columns, but I do not want to lose
> the ability of search
> engines to spider them. Otherwise, I believe there
> is a way to convert the
> quert string to a trailing / so it looks like
> directory structure, does
> anyone have info on that?
> 
> Thanks,
> Mike Hillyer
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

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

Reply via email to