Forum Moderators: coopster

Message Too Old, No Replies

pls advise my php URL syntax is ok...

Keywords in URL, Search Engine Optimization

         

marcus76

8:55 pm on Feb 21, 2005 (gmt 0)

10+ Year Member



hi,

Is the format of the following URL valid?

[domain.com...]

Is it breaking any php / MySql rules, maybe search engines dont like it? The link works on my site (substituting the domain.com for mine), i just wanted to know if this would be suitable for using to pass keywords in URL's? and as opposed to the default standard below:

[domain.com...]

Thanks

Marcus

proper_bo

8:59 pm on Feb 21, 2005 (gmt 0)

10+ Year Member



It may be worth you setting index.php?kw=enter+keywords+here&other=sethere

encyclo

9:10 pm on Feb 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Even better, you could have:

example.com/your-keywords-here.html

And use mod_rewrite to map the URL to the appropriate query parameters.

marcus76

11:29 pm on Feb 22, 2005 (gmt 0)

10+ Year Member



ok ,

is it common to use the mod_rewrite to map the URL? I dont want to go down this route only to find google / yahoo and other SE's ignore these rules in the future....

i like the : example.com/your-keywords-here.html

especially for Yahoo / MSN etc...google seems to have little relevance.

anything to watch out for using mod_rewrite?

thanks for the advice.

Marcus