dev-master
9999999-dev https://github.com/lerni/silverstripe-canonicalA SilverStripe module to add canonical tag in SilverStripe 3
BSD-3-Clause
The Requires
by Lukas Erni
html silverstripe seo canonical
A SilverStripe module to add canonical tag in SilverStripe 3
Adds a simple rel=canonical tag to SilverStripe 3.x, (*1)
SilverStripe 3.6.x < 4, (*2)
composer require lerni/silverstripe-canonical
dev/build?flush
to update your projectYou need to set the extensions in your config., (*3)
Page: extensions: - CanonicalExtension SiteConfig: extensions: - CanonicalSiteConfigExtension
This module adds a simple canonical tag to your pages to allow for the specification of the default domain or a specific tag per Page. The canonical tag allows you to signal to search engines like Google which is the authoritative version of the page to help reduce duplicate content issues caused by non-www versions, pages with different protocols, etc., (*4)
A SilverStripe module to add canonical tag in SilverStripe 3
BSD-3-Clause
html silverstripe seo canonical