I want to have SEO friendly urls in my application, which will be built in java/j2ee using Struts (1/2).
I have some classifications as follows
county/countryname
county/state/statename
county/state/locality/localitname
I guess above URLs will be seo friendly?
How can I have such URLs with Struts instead of something like /county='xyz'
?