What this solution does
The Quick Filters module displays the content of a specific website page via a custom, user-friendly URL. This functionality is designed to generate clean links for complex pages, such as search results or filtered catalog views, where the original address contains numerous parameters.
For each configured rule, you can define custom meta tags, page titles, navigation breadcrumbs, and other relevant parameters. The module accounts for redirects, requiring the final response to return an HTTP 200 status code.
Limitations:
- Rules cannot be created for the website's home page.
- The module does not support displaying content from third-party sites.
- Query parameters (the portion of the URL after the question mark) are ignored and stripped from the generated link.
Due to universal URL templates in the standard urlrewrite mechanism, URL matching may function incorrectly. In such cases, use output URLs starting with the /dmqfilter/ prefix. If this does not resolve the issue, recreate the urlrewrite rule via the module's administrative settings.
The module settings include functionality to recreate the information block and the urlrewrite rule.
Information block property descriptions:
PAGE_URL (string, required) — the output page URL where content will be displayed.
CONTENT_URL (string, required) — the source content URL to be displayed when the output URL is requested.
META_H1 (string, optional) — H1 page heading.
META_TITLE (string, optional) — browser tab title (Title).
META_KEYWORDS (string, optional) — Meta Keywords tag.
META_DESCRIPTION (string, optional) — Meta Description tag.
META_CANONICAL (string, optional) — Meta Canonical tag.
The BC_NAME property (string, optional) specifies the name of the item in the navigation chain.
The HTTP_CODE property (list, optional) holds the HTTP response code, such as 200, 301, or 404.
General iT can install and configure this module and check how it works on your website.