fishpig / magento2-wordpress-integration-yoastseo
Magento 2 WordPress Inegration Addon module to support the WordPress SEO plugin by Yoast.
Installs: 131 448
Dependents: 0
Suggesters: 4
Security: 0
Stars: 19
Watchers: 5
Forks: 7
Open Issues: 0
Type:magento2-module
Requires
- dev-master
- v3.x-dev
- 3.3.11
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.23.0
- 2.0.11.9
- 2.0.11.8
- 2.0.11.6
- 2.0.11.5
- 2.0.11.4
- 2.0.11.3
- 2.0.11.0
- 2.0.0.26
- 2.0.0.25
- 2.0.0.24
- 2.0.0.23
- 2.0.0.22
- 2.0.0.21
- 2.0.0.20
- 2.0.0.19
- 2.0.0.18
- 2.0.0.17
- 2.0.0.16
- 2.0.0.15
- 2.0.0.14
- 2.0.0.12
- 2.0.0.11
- 2.0.0.10
- 2.0.0.9
- 2.0.0.8
- 2.0.0.7
- 2.0.0.6
- 2.0.0.5
- 2.0.0.4
- 2.0.0.3
- 2.0.0.2
- 2.0.0.1
- 2.0.0.0
- 1.0.0.22
- 1.0.0.21
- 1.0.0.20
- 1.0.0.19
- 1.0.0.18
- 1.0.0.17
- 1.0.0.16
- 1.0.0.15
- 1.0.0.14
- 1.0.0.12
- 1.0.0.11
- 1.0.0.10
- 1.0.0.9
- 1.0.0.8
- 1.0.0.7
- 1.0.0.6
- 1.0.0.5
- dev-Clean
This package is auto-updated.
Last update: 2024-10-26 10:25:33 UTC
README
A free Magento 2 module that integrates the Yoast SEO WordPress plugin with WordPress Integration.
Installation
This module required FishPig_WordPress be installed.
Composer
composer require fishpig/magento2-wordpress-integration-yoastseo
bin/magento module:enable FishPig_WordPress_Yoast && bin/magento setup:upgrade --keep-generated
Manual
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
WordPress Integration Add-ons
The following add-ons are currently available and more are on the way.
- Multisite
- Root
- Post Types and Taxonomies
- Shortcodes
- Advanced Custom Fields (ACF)
- Related Products
- Integrated Search
- WPML
For an up to date list, check the Magento 2 WordPress Integration Add-ons page.