Download the PHP package log1x/consistent-permalinks without Composer
On this page you can find all versions of the php package log1x/consistent-permalinks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download log1x/consistent-permalinks
More information about log1x/consistent-permalinks
Files in log1x/consistent-permalinks
Package consistent-permalinks
Short Description Enforce consistency in WordPress permalink casing for incoming requests.
License
Informations about the package consistent-permalinks
Consistent Permalinks
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.
Requirements
- PHP >= 8.0
Installation
Composer
Install via Composer:
Manual
Download the latest release .zip
and install into wp-content/plugins
.
Bug Reports
If you discover a bug in Consistent Permalinks, please open an issue.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
Consistent Permalinks is provided under the MIT License.