colinmurphy / studioforty9-canonical

A Magento module for adding canonical tags to the homepage & CMS pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StudioForty9 Canonical Module

This module will add canonical tags to the homepage, cms & contact us page.

1. Installation

1.1. Composer

In your composer file you would add the following:

 {
     "repositories": [
         {
             "type": "composer",
             "url": "http://packages.firegento.com"
         },
         {
             "url": "https://github.com/colinmurphy/studioforty9-canonical.git",
             "type": "git"
         }
     ],
     "require": {
         "magento-hackathon/magento-composer-installer": "*",
         "colinmurphy/studioforty9-canonical": "dev-master"
     },
     "extra": {
        "magento-deploystrategy": "copy",
        "magento-force": true,
        "magento-root-dir": "./"
     }
 }

1.2. Modman

modman init
modman clone git@github.com:colinmurphy/studioforty9-canonical.git

About

A Magento module for adding canonical tags to the homepage & CMS pages

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 87.6%Language:HTML 12.4%