Skip to content

Tjitse-E/Yoast-SEO-for-Magento2

 
 

Repository files navigation

MaxServ_YoastSeo

Introduction

We have developed this advanced SEO module in close cooperation with YOAST. It incorporates the YOAST library into Magento2.

Requirements

Magento 2.1.*

Installation

Register the repository:

#command line
$ composer repositories.magento-module-yoastseo '{"type": "vcs", "url": "git@github.com:Yoast/magento-seo.git"}'

# OR

#composer.json
respositories: [
    ...
    {
        "type": "vcs",
        "url": "git@github.com:Yoast/magento-seo.git"
    },
    ...
]

Then install the module:

$ composer require maxserv/magento-module-yoastseo

About

Yoast SEO for Magento 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.3%
  • JavaScript 9.4%
  • HTML 5.0%
  • CSS 2.3%