scottparsons / module-cmscanonical
A Magento 2 module that adds a Canonical Link meta tag to CMS pages.
Installs: 23 864
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-22 09:26:20 UTC
README
Overview
A Magento 2 module that adds a Canonical Link
field to the Search Engine Optimisation
section when editing CMS pages in the admin under Content -> Pages
.
Particularly useful in preventing potential duplicate page content issues involving the home page
(where the BASE_URL
and BASE_URL/home
URLs are both accessible).
Requirements
Magento Open Source (CE) Version 2.2.x
Installation
Include the package.
$ composer require scottparsons/module-cmscanonical
Enable the module.
$ php bin/magento module:enable ScottParsons_CmsCanonical $ php bin/magento setup:upgrade $ php bin/magento cache:clean
Usage
In the admin, head to Content -> Pages