The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Potentially Abandoned v1.0.0
Has Build Issues
May need fixes before use

Magento 2 FREE SEO Suite

magepsycho/magento2-seosuite

This extension optimizes SEO strategies for your e-commerce store.

6,098
Downloads
Below average
9
GitHub Stars
Below average
3y ago
Last Release
2
Open Issues

Quality Score

2/5
Installs via Composer
DI compiles correctly
Templates compile
PHPStan

Recent Test History

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

v1.0.0 on Magento 2.4.8-p3
Dec 16, 2025
v1.0.0 on Magento 2.4.8-p2
Aug 14, 2025
v1.0.0 on Magento 2.4.8
May 21, 2025
v1.0.0 on Magento 2.4.7-p4
Feb 15, 2025
v1.0.0 on Magento 2.4.7-p3
Oct 19, 2024
v1.0.0 on Magento 2.4.7-p2
Sep 8, 2024

+5 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

This module needs community help

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

Magento 2 FREE SEO Suite Magento compatibility status badge

README

Loaded from GitHub

Magento 2 FREE SEO Suite

Magento 2 FREE SEO Suite

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 FREE SEO Suite extension optimizes SEO strategies for your e-commerce store.

The default SEO settings in Magento 2 are not enough to improve your store's search visibility. With this extension, you can maximize your SEO strategies for better search engine rankings.

Key Features

  • Adds canonical URL to the homepage, CMS pages, and contact us page
  • Eliminates non-canonical product URLs from sitemap.xml
  • Offers HTML sitemap creation
  • Enables SEO pagination using rel="prev" and rel="next" meta tags
  • Adds "NOINDEX,NOFOLLOW" meta robots to /customer, /checkout, and /catalogsearch pages

Feature Highlights

Manage Duplicate Content

This extension helps to avoid duplicate content problems on the homepage, CMS pages, and contact us pages.
It uses the concept of "Canonical URL" to specify the preferred version of a web page, avoiding duplicity and improving search ranking by using a rel="canonical" link in HTML.

The extension also removes non-preferred product URLs from "sitemap.xml" by setting a canonical version.

For example: the "/" version of the homepage will be designated as the preferred one, even among multiple variations such as

  • /index.php
  • /cms/
  • /cms/index
  • /cms/index/index
  • /home

HTML Sitemap

The extension offers an "HTML Sitemap" to help visitors find their way around your store. This feature will add a link to a page called "/sitemap" in the footer.

An "HTML Sitemap" is a webpage that lists all the links on a website in an organized manner to help visitors navigate and improve the website's SEO by providing search engines with a clear structure.

SEO Pagination

The extension enhances paginated pages, like category pages, by adding rel="next" and rel="prev" attributes for pagination.
Just like rel="canonical" helps with duplicate content, rel="next" and rel="prev" HTML link elements help identify the relationship between different URLs in a paginated series.

Important: The "Prev/Next" recommendation from Google Webmaster Guide is no longer applicable as of Spring 2019. (Reference: https://support.google.com/webmasters/thread/2783047?hl=en)

"No Index, No Follow" Meta Tag

The extension allows you to choose which pages should have the "NOINDEX,NOFOLLOW" meta robots tag.
You can choose which pages should have the "NOINDEX,NOFOLLOW" meta robots tag.

By default, these tags will be added to the following pages:

  • Customer pages (/customer/*/*)
  • Cart/Checkout pages (/checkout/*/*)
  • CMS 404 page (/cms/noroute/index)
  • Product review page (/review/product/list)
  • Search result pages (/catalogsearch/*/*)

This can be useful for pages with duplicate or low-quality content, under construction or development, sensitive information, or thin or no content.

🛠️ Installation

1 Using Composer (Preferred)

composer require magepsycho/magento2-seosuite

2 Using Modman

modman init
modman clone git@github.com:MagePsycho/magento2-seo-suite.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/SeoSuite/

After installation by either means, activate the extension with following steps

  1. Enable the module
php bin/magento module:enable MagePsycho_SeoSuite --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > MARKETING > SEO Suite > Manage Settings

Live Demo:

Changelog

Version 1.0.0 (2023-02-07)

  • Initial Release.

Authors

  • Raj KB Twitter Follow

Contributors

Contributors

To Contribute

Any contribution to the development of Magento 2 FREE SEO Suite is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

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.

Back to All Modules