Type
magento2-module
Magento 2 WordPress Inegration Addon module to support the WordPress SEO plugin by Yoast.
magento2-module
None
None
None
None
None
None
A free Magento 2 module that integrates the Yoast SEO WordPress plugin with WordPress Integration.
This module required FishPig_WordPress be installed.
composer require fishpig/magento2-wordpress-integration-yoastseo
bin/magento module:enable FishPig_WordPress_Yoast && bin/magento setup:upgrade --keep-generated
mkdir -p app/code/FishPig && cd app/code/FishPig && \
curl -sS https://codeload.github.com/bentideswell/magento2-wordpress-integration-yoastseo/zip/master -o master.zip && \
unzip -q master.zip && rm -rf master.zip && mv magento2-wordpress-integration-yoastseo-master WordPress_Yoast && \
cd - && bin/magento module:enable FishPig_WordPress_Yoast && bin/magento setup:upgrade --keep-generated
The following add-ons are currently available and more are on the way.
For an up to date list, check the Magento 2 WordPress Integration Add-ons page.