https://github.com/bennothommo/wn-url-normaliser-plugin
Normalise URLs for search engines in your Winter CMS project.
https://github.com/bennothommo/wn-url-normaliser-plugin
canonical normalisation plugin seo url wintercms
Last synced: 10 months ago
JSON representation
Normalise URLs for search engines in your Winter CMS project.
- Host: GitHub
- URL: https://github.com/bennothommo/wn-url-normaliser-plugin
- Owner: bennothommo
- License: mit
- Created: 2021-03-18T13:39:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T06:20:14.000Z (over 3 years ago)
- Last Synced: 2025-04-02T05:32:53.767Z (10 months ago)
- Topics: canonical, normalisation, plugin, seo, url, wintercms
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Normaliser Plugin
Normalise URLs for your [Winter CMS](https://wintercms.com)-driven website and ensure that search engines only index your canonical paths to prevent duplicate content. This plugin works by either providing a canonical URL `link` tag in your page (with help from the [Meta Plugin](https://github.com/bennothommo/wn-meta-plugin)) or through using HTTP 301 redirects on your public pages.
## Features
- Enforce your domain to begin, or not to begin, with `www.`
- Enforce your pages to end, or to not end, with a trailing slash.
- Ignore certain pages or sections of your site.
- Apply normalisation through a `rel=canonical` link tag or through HTTP redirects.
- Ensure your Static Pages navigation follows the normalisation standard.
- Update your normalisation settings directly through the Winter CMS backend.
## Requirements
This plugin must be installed with the [Meta Plugin](https://github.com/bennothommo/wn-meta-plugin) to provide the canonical URL link tag functionality.