bennothommo / oc-urlnormaliser-plugin
Normalise URLs for your October CMS website and ensure that search engines only index your canonical paths to prevent duplicate content.
Installs: 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 1
Type:october-plugin
Requires
- php: >=7.0.8
- bennothommo/oc-meta-plugin: ^1.0.3
- composer/installers: ~1.0
README
Please note that this repository is no longer being maintained.
Due to a disagreement with the founders of October CMS, I will no longer be providing updates for the October CMS version of this plugin. I will keep the repository available for people to use, but will only be updating the Winter CMS version of this plugin.
URL Normaliser Plugin
Normalise URLs for your October CMS 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=canonical
link tag or through HTTP redirects. - Ensure your Static Pages navigation follows the normalisation standard.
- Update your normalisation settings directly through October CMS.
Requirements
This plugin must be installed with the Meta Plugin to provide the canonical URL link tag functionality.