1 min readMay 9, 2026by jakub
Installation
Composer
Bash
composer require qoliber/seo-friendly-product-urls
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flushRequirements
- PHP 8.1, 8.2 or 8.3
- Magento 2.4.6 or newer / Adobe Commerce / MageOS
Verify the install
Bash
bin/magento module:status Qoliber_SeoFriendlyProductUrlsExpected output: Module is enabled.
First run
Continue to Configuration to define your URL pattern, then either:
- click Generate URL on individual products in admin, or
- run the bulk CLI command:
Bash
bin/magento qoliber:seo:regenerate-urls --entity-id-from=1 --entity-id-to=10000 --store-id=1Run on staging first
Bulk regeneration changes URL keys and creates 301 redirects. Always run on a staging copy of the catalogue first, verify the output, and benchmark search-engine recovery before applying to production.