PHPackages                             softcommerce/module-seosuite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. softcommerce/module-seosuite

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

softcommerce/module-seosuite
============================

SEO Suite extension for Magento 2

1.2.2(5mo ago)11742[4 issues](https://github.com/softcommerceltd/magento-seosuite/issues)1OSL-3.0PHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Jul 17Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/softcommerceltd/magento-seosuite)[ Packagist](https://packagist.org/packages/softcommerce/module-seosuite)[ RSS](/packages/softcommerce-module-seosuite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (1)

SEO Suite extension for Magento 2
=================================

[](#seo-suite-extension-for-magento-2)

The core purpose of this extension is to provide on-page SEO functionality that are missing in original Magento packages.

Features
--------

[](#features)

- Use hreflang to tell search engines about the variations of your content;

Compatibility
-------------

[](#compatibility)

- Open Source &gt;= 2.4.0
- Commerce On Prem (EE) &gt;= 2.4.0
- Commerce On Cloud (ECE) &gt;= 2.4.0

Installation
------------

[](#installation)

Using composer

```
composer require softcommerce/module-seosuite

```

Post Installation
-----------------

[](#post-installation)

```
# Enable the module
bin/magento module:enable SoftCommerce_SeoSuite
```

In production mode:

```
# compile & generate static files
bin/magento deploy:mode:set production
```

In development mode:

```
bin/magento setup:di:compile

```

Usage
-----

[](#usage)

### Generate URL rewrites for Category

[](#generate-url-rewrites-for-category)

Command options:

```
bin/magento seosuite:category:generate [id|-i]

```

Example:

```
# Regenerate URL rewrites for all categories:
bin/magento seosuite:category:generate

# Generate URL rewrites for particular categories with IDs 25 & 26:
bin/magento seosuite:category:generate -i 25,26
```

### Generate URL rewrites for Product

[](#generate-url-rewrites-for-product)

> Please note, products with visibility ***Not Visible Individually*** \[id: 1\] are excluded from URL rewrite generation.

Command options:

`bin/magento seosuite:product:generate [id|-i]`

```
# Regenerate URL rewrites for all products:
bin/magento seosuite:product:generate

# Generate URL rewrites for particular products with IDs 25 & 26:
bin/magento seosuite:product:generate -i 25,26
```

### Delete URL rewrites

[](#delete-url-rewrites)

Command options:

`bin/magento seosuite:delete [entity|-e || store|-s]`

```
# Delete URL rewrites for entity: product with store IDs: 1 and 2
bin/magento seosuite:delete -e product -s 1,2

# Delete URL rewrites for product and category entities with store IDs 1, 2 and 3
bin/magento seosuite:delete -e product,category -s 1,2,3
```

Support
-------

[](#support)

Soft Commerce Ltd

License
-------

[](#license)

Each source file included in this package is licensed under OSL 3.0.

[Open Software License (OSL 3.0)](https://opensource.org/licenses/osl-3.0.php). Please see `LICENSE.txt` for full details of the OSL 3.0 license.

Thanks for dropping by
----------------------

[](#thanks-for-dropping-by)

 [ ![Soft Commerce Ltd](https://camo.githubusercontent.com/05726a030bab5a49fa0520196d901e5ec9f4d8b9e43142e49e50f0cb0c47b0a4/68747470733a2f2f736f6674636f6d6d657263652e636f2e756b2f7075622f6d656469612f62616e6e65722f6c6f676f2e737667) ](https://softcommerce.io)
 [https://softcommerce.io/](https://softcommerce.io)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~86 days

Recently: every ~154 days

Total

11

Last Release

171d ago

PHP version history (3 changes)1.0.0PHP ~8.0.0||~8.1.0||~8.2.0

1.1.0PHP ~8.0.0||~8.1.0||~8.2.0||~8.3.0

1.2.0PHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/612c19aab21c48e9c7d11d11eab8863b9473743c6ab7335aeb5a1424129b46cc?d=identicon)[softcom](/maintainers/softcom)

---

Top Contributors

[![softcommerceltd](https://avatars.githubusercontent.com/u/6104757?v=4)](https://github.com/softcommerceltd "softcommerceltd (16 commits)")

### Embed Badge

![Health badge](/badges/softcommerce-module-seosuite/health.svg)

```
[![Health](https://phpackages.com/badges/softcommerce-module-seosuite/health.svg)](https://phpackages.com/packages/softcommerce-module-seosuite)
```

###  Alternatives

[snowdog/module-menu

Provides powerful menu editor to replace category based menus in Magento 2

3271.7M5](/packages/snowdog-module-menu)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

69344.4k](/packages/run-as-root-magento2-prometheus-exporter)[hyva-themes/magento2-graphql-tokens

Adds Customer and Cart tokens to CustomerData sections

242.6M2](/packages/hyva-themes-magento2-graphql-tokens)[integer-net/magento2-global-custom-layout

Module for Magento 2 that allows you to add global layout update files to be selected from admin, by using '0' instead of an entity\_id

4095.4k](/packages/integer-net-magento2-global-custom-layout)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
