Query Parameters To Url [Port]
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module provides the ability to rewrite URL query parameters into Clean URL components on specified paths.
Motivation
Views exposed filters generates URLs with multiple query parameters, and the URL path gets unwieldy fast if there are multiple filters and filter values used. Furthermore because the path contains query parameters, it might impact SEO results.
An example of a dirty URL like that could be:example.com/events?field_category_id[0]=100&field_category_id[1]=101&field_author_name[0]=John
