We have developed this advanced SEO module in close cooperation with YOAST. It incorporates the YOAST library into Magento2.
Magento 2.1.*
Register the repository:
#command line
$ composer repositories.magento-module-yoastseo '{"type": "vcs", "url": "[email protected]:Yoast/magento-seo.git"}'
# OR
#composer.json
respositories: [
...
{
"type": "vcs",
"url": "[email protected]:Yoast/magento-seo.git"
},
...
]
Then install the module:
$ composer require maxserv/magento-module-yoastseo