9 Replies Latest reply on May 9, 2007 12:19 PM by christian.bauer

    Seam url's without query strings?

    rickhoro2

      I have a client for whom I would like to use Seam, but they are insisting that none of the links in the application use query strings. The reason is to avoid search engine optimization problems caused by query strings (e.g. http://blog.searchenginewatch.com/blog/070323-083029)

      So, a url that looks like this:

      http://www.plumbersurplus.com/category.aspx?Cat=991

      might be converted to this:

      http://www.plumbersurplus.com/Cat/Bathroom-Faucets/991

      I'm fairly proficient at JSF (no expert though) and have not yet used Seam. I'd really appreciate some help in formulating a technical approach to meet this requirement with Seam so that I can use Seam on this project.

      Thanks very much, in advance.

      Rick