> 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 including the "?" character.
to overcome this, you should use url rewrite mechanisms which can turn

http://www.example.com/page.php?key1=val1&key2=val2

to

http://www.example.com/page/val1/val2

hth,
Jakob.



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

Reply via email to