Skip to content

colinmurphy/studioforty9-canonical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published