Skip to content

Normalise URLs for search engines in your Winter CMS project.

License

Notifications You must be signed in to change notification settings

bennothommo/wn-url-normaliser-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe4ec5a · May 27, 2022

History

41 Commits
May 27, 2022
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
May 27, 2022
Mar 10, 2020
Mar 10, 2020
Jul 17, 2018
May 12, 2022
Mar 18, 2021
Mar 18, 2021

Repository files navigation

URL Normaliser Plugin

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=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 to provide the canonical URL link tag functionality.