: I take it you mean the ?'s and &'s in the url?
:
: I think you're supposed to use a database 'lookup' table which will convert your url's to something meaningful. For example amazon.co.uk has url's which do not contain those characters. It seems to have converted the url to look like a directory path.
:
: When you output URL's from a script remember to keep them W3C compliant. This is a problem with many websites - &'s should be output as &
:
: Some search engines can follow dynamic links though so your site will still be spidered by a few. I think Yahoo and Lycos do this (can't remember exactly though) while Google will spider your site up to 3 levels deep. It won't go any deeper than this since there is the chance that the spider can be trapped in a loop of links which are dynamically generated.
:
:
http://searchenginewatch.com/ is a good website for stuff like that.
:
: Hope this gives you a vague idea of what to do,
:
: ITA
: "Let us smite the evil slime eating hordes who may befall us on our quest to be the ultimate programmers of the known universe!"
:
:
Thanks for the reply.
yes i want to avoid the queries and try to display the html url to the users.
Have you heard about php rewrite( MOD rewrite) or some thing? I think it helps web sites to output an URL which is easy on SEO.
I would like to know more about this PHP function