PHPackages                             mage2kishan/module-filter-seo - 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. [Search &amp; Filtering](/categories/search)
4. /
5. mage2kishan/module-filter-seo

ActiveMagento2-module[Search &amp; Filtering](/categories/search)

mage2kishan/module-filter-seo
=============================

Panth Filter SEO — clean path-based URLs for layered navigation filters + dynamic meta title/description on filtered category pages.

1.0.34(1mo ago)026proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Apr 22Pushed 1mo agoCompare

[ Source](https://github.com/mage2sk/module-filter-seo)[ Packagist](https://packagist.org/packages/mage2kishan/module-filter-seo)[ Docs](https://kishansavaliya.com)[ RSS](/packages/mage2kishan-module-filter-seo/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (24)Versions (29)Used By (0)

Magento 2 Filter SEO Extension: Clean Layered Navigation URLs and Per-Filter Meta (Hyva + Luma)
===============================================================================================

[](#magento-2-filter-seo-extension-clean-layered-navigation-urls-and-per-filter-meta-hyva--luma)

[![Magento 2.4.4 - 2.4.8](https://camo.githubusercontent.com/079c832211eed4f9451ebe264e3865f825b0f9f31b041cbf03676c6e254535d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e342532302d2d253230322e342e382d6f72616e67653f6c6f676f3d6d6167656e746f266c6f676f436f6c6f723d7768697465)](https://magento.com)[![PHP 8.1 - 8.4](https://camo.githubusercontent.com/56b3cce18841623e2cbed2ebf09b06be1be8807e99e6e054a89d304ab4790b8e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532302d2d253230382e342d626c75653f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://php.net)[![Hyva + Luma](https://camo.githubusercontent.com/d4d6a05401973034a5aae392f030440eefa40afc9191ffb06ed897af5d25adb1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5468656d65732d487976612532302532422532304c756d612d313462386136)](https://www.hyva.io)[![Live Demo & Details](https://camo.githubusercontent.com/2a269e81b9adbc6412c5071d700f0ad024fec4f503b7ee7a9466a4cc8a370008/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c69766525323044656d6f25323025323625323044657461696c732d6d6167656e746f2d2d322d2d66696c7465722d2d73656f2d3044393438383f7374796c653d666c6174)](https://kishansavaliya.com/magento-2-filter-seo.html)[![Packagist](https://camo.githubusercontent.com/d6a66b8932e42af187b7f6c0e4ee0dd49ea14478808d58b944c7ceff0a23a0d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d6d616765326b697368616e2532466d6f64756c652d2d66696c7465722d2d73656f2d6f72616e67653f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/mage2kishan/module-filter-seo)[![Upwork Top Rated Plus](https://camo.githubusercontent.com/6f72584179420c41ed90432fd2579a4ed36199d4229e8181d20f353c1c4ee4eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5570776f726b2d546f702532305261746564253230506c75732d3134613830303f6c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/freelancers/~016dd1767321100e21)[![Website](https://camo.githubusercontent.com/f1ae86d28e2b505aee60f240d3e5508e390b0a8dc7a9b7ecf1b450fad862053f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576562736974652d6b697368616e736176616c6979612e636f6d2d304439343838)](https://kishansavaliya.com)

> **Turn every layered navigation filter into a real, indexable URL.** Panth Filter SEO rewrites `/women/tops.html?color=49&size=166` into `/women/tops/color-red-size-xl.html` so Google treats each filtered page as its own landing page. Pair it with per-category, per-store meta title and meta description overrides so every filter combination has its own bespoke `` and `` instead of duplicating the parent category.

**Product page:** [kishansavaliya.com/magento-2-filter-seo.html](https://kishansavaliya.com/magento-2-filter-seo.html)

---

Quick Answer
------------

[](#quick-answer)

**What is Panth Filter SEO?** It is a Magento 2 extension that rewrites layered navigation filter URLs from query strings into clean path-based URLs and lets you set custom meta titles and descriptions for every filter combination on every category page.

**What does it add to my store?**

- **Clean filter URLs** that replace `?color=49&size=166` with `/color-red-size-xl.html`, one crawlable URL per filter combination.
- **Per-option rewrite slugs** so you control exactly what each attribute option looks like in the URL, scoped per store view.
- **Per-filter meta overrides** for ``, ``, and `` at the category + filter + store level.
- **Auto-inject filter labels** into the category title and description when no explicit override is set.
- **Admin grids** for managing rewrite slugs and filter meta records with a View on Storefront action on every row.

**Which themes are supported?** Both **Hyva** and **Luma**. The rewrite happens at the router and URL-builder layer, not in templates, so there are no theme overrides to manage.

**What does it need?** Magento 2.4.4 to 2.4.8, PHP 8.1 to 8.4, and the free `mage2kishan/module-core` package.

---

Need Custom Magento 2 Development?
----------------------------------

[](#need-custom-magento-2-development)

> **Get a free quote for your project in 24 hours** for custom modules, Hyva themes, performance work, M1 to M2 migrations, and Adobe Commerce Cloud.

 [ ![Get a Free Quote](https://camo.githubusercontent.com/eac8c45d21cff8b139ddc392325f3bd6c8266a6f3d7b23f15131c958f3d3c8d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f476574253230612532304672656525323051756f74652532302545322538362539322d5265706c7925323077697468696e2532303234253230686f7572732d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/get-quote)

### Kishan Savaliya

[](#kishan-savaliya)

**Top Rated Plus on Upwork**

[![Hire on Upwork](https://camo.githubusercontent.com/b69353d3c6e192f4d03cc36bb8883612004e32f54dd2dbcc1e700dd791acd875/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652532306f6e2532305570776f726b2d546f702532305261746564253230506c75732d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/freelancers/~016dd1767321100e21)

100% Job Success - 10+ Years Magento Experience Adobe Certified - Hyva Specialist

### Panth Infotech Agency

[](#panth-infotech-agency)

**Magento Development Team**

[![Visit Agency](https://camo.githubusercontent.com/bbf04bdd2aff502082508568ec42ace3a7475c98756f596e2013056c89726ed6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56697369742532304167656e63792d50616e7468253230496e666f746563682d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465)](https://www.upwork.com/agencies/1881421506131960778/)

Custom Modules - Theme Design - Migrations Performance - SEO - Adobe Commerce Cloud

**Visit our website:** [kishansavaliya.com](https://kishansavaliya.com) | **Get a quote:** [kishansavaliya.com/get-quote](https://kishansavaliya.com/get-quote)

---

Table of Contents
-----------------

[](#table-of-contents)

- [Who Is It For](#who-is-it-for)
- [Key Features](#key-features)
- [Compatibility](#compatibility)
- [Installation](#installation)
- [Configuration](#configuration)
- [How It Works](#how-it-works)
- [FAQ](#faq)
- [Support](#support)
- [About Panth Infotech](#about-panth-infotech)
- [Quick Links](#quick-links)

---

Who Is It For
-------------

[](#who-is-it-for)

- **Fashion, apparel, and lifestyle stores** where shoppers filter by color, size, and style and each combination deserves its own landing page.
- **Electronics and home goods stores** with large catalogs and many filterable attributes, where duplicate filter URLs hurt search rankings.
- **Multi-language or multi-store setups** that need localized URL slugs, for example `color-black` in English and `farbe-schwarz` in German.
- **SEO-focused merchants** who want to turn high-converting filter combinations like "Red Dresses" or "Size XL Jackets" into properly indexed pages with custom meta.
- **Hyva storefronts** that need filter SEO handled below the theme layer with no Alpine.js or template changes required.

---

Key Features
------------

[](#key-features)

### Clean Filter URLs

[](#clean-filter-urls)

- **Path-based filter URLs** instead of query strings. `/women/tops/color-red-size-xl.html` instead of `/women/tops.html?color=49&size=166`.
- **Two URL formats** - short (`/color-red-size-xl.html`) or long (`/color/red/size/xl.html`). Pick the one that fits your URL strategy.
- **Configurable separator character** so you can use `-` or another character between attribute and value in the short format.
- **Per-option rewrite slugs** so `color=49` becomes `black` and `size=166` becomes `xs`. Each slug is stored in the `panth_seo_filter_rewrite` table.
- **Store-scoped slugs** - the same option maps to `black` on an English store and `schwarz` on a German store. A global default (store 0) covers any store without its own row.
- **Auto-slug for new attribute options** - when an admin adds a new swatch or dropdown option, the module saves a slug row automatically so you never need to backfill manually.
- **Graceful fallback** - if no slug exists for a store, the module silently falls back to the native `?color=49` query-string URL so filtering still works.

### Per-Filter Meta Overrides

[](#per-filter-meta-overrides)

- **Custom meta title, meta description, and meta keywords** for every `{category} x {attribute option} x {store view}` combination, stored in `panth_seo_category_filter_meta`.
- **Breadcrumb priority** field lets you set which override wins when multiple filter rules match the same page.
- **Auto-inject filter labels** - when no explicit override is set, optionally append active filter names like "Color: Red, Size: XL" to the category title and description automatically.

### Admin Grids and Storefront Preview

[](#admin-grids-and-storefront-preview)

- **SEO Filter URL Rewrites grid** under Panth Infotech in the admin sidebar. Lists every `{attribute, option, store}` row. Edit the slug, toggle active status, and hit View on Storefront to verify the live URL instantly.
- **Category Filter Meta grid** lists every `{category, attribute, option, store}` meta override. Create and edit overrides without leaving the admin.
- **View on Storefront** on every grid row and every edit form opens the correct live filtered URL on the right store domain in a new tab.

### Theme-Agnostic and Multi-Store Ready

[](#theme-agnostic-and-multi-store-ready)

- **No frontend template overrides** - the rewrite happens at the router and URL-builder layer so it works identically on Hyva and Luma.
- **Scope-aware configuration** - all settings support website and store view scope so each store can opt in or out independently.
- **No redirect overhead** - the router resolves filter segments directly to the underlying Magento category controller. No `.htaccess` rules needed.

---

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

[](#compatibility)

RequirementVersions SupportedMagento Open Source2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8Adobe Commerce2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8Adobe Commerce Cloud2.4.4 to 2.4.8PHP8.1.x, 8.2.x, 8.3.x, 8.4.xHyva Theme1.0+ (theme-agnostic, no template overrides)Luma ThemeNative supportRequired Dependency`mage2kishan/module-core` (free)---

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

[](#installation)

### Composer Installation (Recommended)

[](#composer-installation-recommended)

```
composer require mage2kishan/module-filter-seo
bin/magento module:enable Panth_Core Panth_FilterSeo
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
```

### Manual Installation via ZIP

[](#manual-installation-via-zip)

1. Download the latest release from [Packagist](https://packagist.org/packages/mage2kishan/module-filter-seo) or from the [product page](https://kishansavaliya.com/magento-2-filter-seo.html).
2. Extract it to `app/code/Panth/FilterSeo/` in your Magento install.
3. Make sure `Panth_Core` is installed too (required dependency).
4. Run the commands above starting from `bin/magento module:enable`.

### Verify Installation

[](#verify-installation)

```
bin/magento module:status Panth_FilterSeo
# Expected: Module is enabled
```

After install, open:

```
Admin -> Panth Infotech -> Filter SEO -> Filter URL Rewrites

```

---

Configuration
-------------

[](#configuration)

Go to **Stores -&gt; Configuration -&gt; Panth Infotech -&gt; Filter SEO**.

SettingGroupDefaultDescriptionEnable SEO-Friendly Filter URLsFilter URL RewritesNoMaster toggle. When Yes, layered navigation builds clean path-based URLs. When No, native `?color=49` query strings are used.URL FormatFilter URL RewritesShort`short` = `/color-red-size-xl.html`. `long` = `/color/red/size/xl.html`.Separator CharacterFilter URL Rewrites`-`Character between attribute and slug in short format.Enable Filter Page Meta OverrideFilter Page MetaNoMaster toggle for meta overrides. When Yes, stored overrides replace the default category meta on filtered pages.Inject Filter Name in Meta TitleFilter Page MetaNoWhen no override exists, appends active filter labels like "Color: Red, Size: XL" to the category meta title.Inject Filter Name in Meta DescriptionFilter Page MetaNoSame as above but for ``.All settings respect website and store view scope so each store can be configured independently.

---

How It Works
------------

[](#how-it-works)

1. A shopper clicks a filter on a category page. The module's URL builder injects the filter segment into the layered navigation link, producing `/women/tops/color-red-size-xl.html` instead of `?color=49`.
2. The request hits the custom `FilterRouter` which extracts the filter segment from the path, reverse-looks up each slug in `panth_seo_filter_rewrite`, and forwards the request to Magento's standard category controller with the correct filter parameters applied.
3. The storefront renders the filtered category page at the clean URL. No redirect happens, so no crawl budget is wasted.
4. If a meta override exists in `panth_seo_category_filter_meta` for that `{category, attribute, option, store}` combination, the `MetaInjector` fires on the `catalog_controller_category_init_after` event and writes the custom title and description into the page head. If no override exists and auto-inject is on, it appends the active filter labels to the default category meta instead.
5. The View on Storefront button in the admin grids calls the same URL builder to produce the correct live link for whichever store the record belongs to.

---

FAQ
---

[](#faq)

### Does it work on Hyva themes?

[](#does-it-work-on-hyva-themes)

Yes. The rewrite happens at the router and URL-builder layer, not in templates. There are no Hyva or Alpine.js-specific changes in this module. It works on any theme.

### Will it break existing category URLs?

[](#will-it-break-existing-category-urls)

No. The module only adds the filter segment to category URLs when a filter is active. Unfiltered category URLs (`/women/tops.html`) are unchanged.

### Do I need to reindex after enabling?

[](#do-i-need-to-reindex-after-enabling)

You need to flush the configuration cache after saving settings. A full `catalog_url_rewrite_category` reindex is only needed if category URLs were already broken. The filter slugs take effect on the next request without a reindex.

### What happens if I have no slug for a particular attribute option?

[](#what-happens-if-i-have-no-slug-for-a-particular-attribute-option)

The module falls back silently to the native `?color=49` query-string URL. Filtering still works, the URL just isn't clean until you add a slug in the rewrite grid.

### Can I use different slugs per store view?

[](#can-i-use-different-slugs-per-store-view)

Yes. A row with `store_id = 0` acts as a global default. Add a row with the specific store ID to override it for that store. You can have `color-black` in English and `farbe-schwarz` in German.

### Will it slow down category pages?

[](#will-it-slow-down-category-pages)

No. Slug lookups are memoised per request via `RewriteRepository` so the router cost is one SELECT per unique store per request. There are no additional queries per filter combination.

### Can I set meta for only a few filter combinations and leave the rest alone?

[](#can-i-set-meta-for-only-a-few-filter-combinations-and-leave-the-rest-alone)

Yes. Meta overrides are fully optional on a per-combination basis. Any filtered page without an override falls back to the default category meta, or appends filter labels if auto-inject is enabled.

### Does it handle multi-select filters?

[](#does-it-handle-multi-select-filters)

Yes. Multiple active filters produce one combined path segment, for example `/color-red-size-xl.html` for two active filters at the same time.

### Does Panth Filter SEO need Panth Core?

[](#does-panth-filter-seo-need-panth-core)

Yes. `mage2kishan/module-core` is a free, required dependency that Composer installs for you automatically.

---

Screenshots
-----------

[](#screenshots)

### Admin Configuration

[](#admin-configuration)

[![Admin Configuration](docs/admin-configuration.png)](docs/admin-configuration.png)

*All six settings at **Stores -&gt; Configuration -&gt; Panth Infotech -&gt; Filter SEO**.*

### SEO Filter URL Rewrites Grid

[](#seo-filter-url-rewrites-grid)

**Rewrite grid****Edit form**[![SEO Filter URL Rewrites grid](docs/admin-rewrite-grid.png)](docs/admin-rewrite-grid.png)[![Edit Filter Rewrite form](docs/admin-rewrite-edit.png)](docs/admin-rewrite-edit.png)### Category Filter Meta Grid

[](#category-filter-meta-grid)

**Meta grid****Edit form**[![Category Filter Meta grid](docs/admin-meta-grid.png)](docs/admin-meta-grid.png)[![Edit Filter Meta form](docs/admin-meta-edit.png)](docs/admin-meta-edit.png)---

Support
-------

[](#support)

ChannelContactProduct Page[kishansavaliya.com/magento-2-filter-seo.html](https://kishansavaliya.com/magento-2-filter-seo.html)EmailWebsite[kishansavaliya.com](https://kishansavaliya.com)WhatsApp+91 84012 70422GitHub Issues[github.com/mage2sk/module-filter-seo/issues](https://github.com/mage2sk/module-filter-seo/issues)Upwork (Top Rated Plus)[Hire Kishan Savaliya](https://www.upwork.com/freelancers/~016dd1767321100e21)Upwork Agency[Panth Infotech](https://www.upwork.com/agencies/1881421506131960778/)Response time: 1-2 business days.

### Need Custom Magento Development?

[](#need-custom-magento-development)

Looking for **custom Magento module development**, **Hyva theme work**, **store migrations**, or **performance tuning**? Get a free quote in 24 hours:

 [ ![Get a Free Quote](https://camo.githubusercontent.com/0d9512dc4f89ef40179e9f650fd0786b6bc846d289ab2cb04a223a43f2833eeb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f254630253946253932254143253230476574253230612532304672656525323051756f74652d6b697368616e736176616c6979612e636f6d2532466765742d2d71756f74652d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/get-quote)

 [ ![Hire on Upwork](https://camo.githubusercontent.com/fad56e8be7896e39593f090cd2ed32e6bf86b4b6e75974cf292aee99d45f5077/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652532304b697368616e2d546f702532305261746564253230506c75732d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465) ](https://www.upwork.com/freelancers/~016dd1767321100e21) [ ![Visit Agency](https://camo.githubusercontent.com/fdf45a9d937d72b896f5e2557337d47efebc0e06b7ad4d4c162c0a64375a62fa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56697369742d50616e7468253230496e666f746563682532304167656e63792d3134613830303f7374796c653d666f722d7468652d6261646765266c6f676f3d7570776f726b266c6f676f436f6c6f723d7768697465) ](https://www.upwork.com/agencies/1881421506131960778/) [ ![View Product Page](https://camo.githubusercontent.com/609b83ee3fdacfde5584515538e02d037b202f678d510dbfa2a59b90208fa029/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5669657725323050726f64756374253230506167652d6d6167656e746f2d2d322d2d66696c7465722d2d73656f2d3044393438383f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/magento-2-filter-seo.html)

---

About Panth Infotech
--------------------

[](#about-panth-infotech)

Built and maintained by **Kishan Savaliya** ([kishansavaliya.com](https://kishansavaliya.com)), a **Top Rated Plus** Magento developer on Upwork with 10+ years of eCommerce experience.

**Panth Infotech** is a Magento 2 development agency that builds high quality, security focused extensions and themes for both Hyva and Luma storefronts. The extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management, with each module built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on our [Magento extensions page](https://kishansavaliya.com/magento-extensions.html) or on [Packagist](https://packagist.org/packages/mage2kishan/).

---

Quick Links
-----------

[](#quick-links)

ResourceLink**Product Page**[magento-2-filter-seo.html](https://kishansavaliya.com/magento-2-filter-seo.html)**Packagist**[mage2kishan/module-filter-seo](https://packagist.org/packages/mage2kishan/module-filter-seo)**GitHub**[mage2sk/module-filter-seo](https://github.com/mage2sk/module-filter-seo)**Website**[kishansavaliya.com](https://kishansavaliya.com)**Free Quote**[kishansavaliya.com/get-quote](https://kishansavaliya.com/get-quote)**Upwork (Top Rated Plus)**[Hire Kishan Savaliya](https://www.upwork.com/freelancers/~016dd1767321100e21)**Upwork Agency**[Panth Infotech](https://www.upwork.com/agencies/1881421506131960778/)**Email****WhatsApp**+91 84012 70422---

 **Ready to make your filtered category pages rank?**
 [ ![See Filter SEO](https://camo.githubusercontent.com/e96b8326884a2ff50a2534c45f5a85bcc6ac668ac9eb67e1222f797b4b967d6d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625394125383025323053656525323046696c74657225323053454f2532302545322538362539322d50726f647563742532305061676525323025323625323044657461696c732d4443323632363f7374796c653d666f722d7468652d6261646765) ](https://kishansavaliya.com/magento-2-filter-seo.html)

---

**SEO Keywords:** magento 2 filter seo, magento 2 layered navigation seo, magento 2 clean filter urls, magento 2 filter url rewrite, magento 2 seo friendly filter urls, magento 2 filter meta title description, magento 2 category filter meta, magento 2 layered navigation url rewrite, hyva filter seo, hyva layered navigation seo, luma filter seo, magento 2 filter page seo, magento 2 faceted navigation seo, magento 2 filter slug, magento 2 filter url slug, magento 2 layered navigation clean urls, magento 2 filter page meta title, magento 2 filter page meta description, magento 2 filter landing page seo, magento 2 filter duplicate content, magento 2 filter url canonical, magento 2.4.8 filter seo, php 8.4 filter seo, mage2kishan filter seo, panth filter seo, panth infotech, hire magento developer, top rated plus upwork, kishan savaliya magento, custom magento seo development

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance93

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~2 days

Recently: every ~13 days

Total

28

Last Release

36d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/343e344aa298f189db888b32d62f9202d31ced1a5ea23411850a63dc4a30299c?d=identicon)[kishansavaliya](/maintainers/kishansavaliya)

---

Top Contributors

[![KishanSavaliya](https://avatars.githubusercontent.com/u/16853223?v=4)](https://github.com/KishanSavaliya "KishanSavaliya (37 commits)")

---

Tags

seomagento2layered-navigationmagento2 modulepanthfilter-urls

### Embed Badge

![Health badge](/badges/mage2kishan-module-filter-seo/health.svg)

```
[![Health](https://phpackages.com/badges/mage2kishan-module-filter-seo/health.svg)](https://phpackages.com/packages/mage2kishan-module-filter-seo)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)

PHPackages © 2026

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