Consistent Permalinks is a lightweight WordPress plugin that improves URL consistency by automatically redirecting valid paths containing uppercase characters to their proper lowercase equivalent.
Consider these two URLs that point to the same page but differ in casing:
- URL 1:
https://wordpress.com/blog/2024/11/12/wordpress-6-7/ - URL 2:
https://wordpress.com/blog/2024/11/12/WORDPRESS-6-7/
Despite post slugs always being lowercase, WordPress will load the page with either URL as-is relying solely on the defined rel="canonical" link element for users and search engines to determine the original version of the URL.
This plugin instead redirects such mismatched URLs to their intended canonical lowercase version while preserving query parameters, enhancing user experience and potentially improving SEO.
- PHP >= 8.0
Install via Composer:
$ composer require log1x/consistent-permalinksDownload the latest release .zip and install into wp-content/plugins.
If you discover a bug in Consistent Permalinks, please open an issue.
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
Consistent Permalinks is provided under the MIT License.