2017 © Pedro Peláez
 

silverstripe-module silverstripe-canonical

A SilverStripe module to add canonical tag in SilverStripe 3

image

lerni/silverstripe-canonical

A SilverStripe module to add canonical tag in SilverStripe 3

  • Thursday, April 26, 2018
  • by lerni
  • Repository
  • 1 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 56 % Grown

The README.md

silverstripe-canonical

Adds a simple rel=canonical tag to SilverStripe 3.x, (*1)

Requirements

SilverStripe 3.6.x < 4, (*2)

Installation

  • Install the code with composer require lerni/silverstripe-canonical
  • Run a dev/build?flush to update your project

Config

You need to set the extensions in your config., (*3)

Page:
  extensions:
    - CanonicalExtension
SiteConfig:
  extensions:
    - CanonicalSiteConfigExtension

Usage

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)

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/lerni/silverstripe-canonical

A SilverStripe module to add canonical tag in SilverStripe 3

  Sources   Download

BSD-3-Clause

The Requires

 

html silverstripe seo canonical