How to generate a unique browser URL based on the selected filter parameters. Users are then able to share a direct URL to filtered content or use their forward and back buttons to browse previous filter states. Also useful for SEO.
Something like:
However to make them SEO friendly is probably very difficult or nearly impossible. You would have to construct mod_rewrite rules to translate the SEO friendly URLs to the generated URLs, which is not an easy task given this many parameters.