📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Popular Module Stable v3.3.15

FishPig Wordpress Integration YoastSEO

fishpig/magento2-wordpress-integration-yoastseo

Integrates the Yoast SEO WordPress plugin with the FishPig WordPress Integration extension. Improves SEO management for WordPress content within Magento 2.

183,708
Downloads
Below average
19
GitHub Stars
Below average
5mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
185 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v3.3.15 on Magento 2.4.8-p3
Dec 31, 2025

Share This Module's Status

FishPig Wordpress Integration YoastSEO Magento compatibility status badge

README

Loaded from GitHub

FishPig_WordPress_Yoast

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.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.