bennothommo / wn-urlnormaliser-plugin
Normalise URLs for your Winter CMS website and ensure that search engines only index your canonical paths to prevent duplicate content.
Package info
github.com/bennothommo/wn-url-normaliser-plugin
Type:winter-plugin
pkg:composer/bennothommo/wn-urlnormaliser-plugin
v1.2.3
2022-05-27 06:19 UTC
Requires
- php: >=7.0.8
- bennothommo/wn-meta-plugin: ^1.0.3
- composer/installers: ~1.0
README
Normalise URLs for your Winter CMS-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) 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=canonicallink 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 to provide the canonical URL link tag functionality.