PHPackages                             etechflow/module-seo-layered-nav - 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. etechflow/module-seo-layered-nav

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

etechflow/module-seo-layered-nav
================================

SEO-friendly layered navigation: human-readable filter URLs (slug&lt;-&gt;option-id) for Magento Open Source / Adobe Commerce, theme-agnostic (Hyva/Luma).

1.1.4(1mo ago)0111proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0CI passing

Since Jun 5Pushed 2w agoCompare

[ Source](https://github.com/etechflow/Etech-SEO-Layered-Nav)[ Packagist](https://packagist.org/packages/etechflow/module-seo-layered-nav)[ RSS](/packages/etechflow-module-seo-layered-nav/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (7)Used By (1)

ETechFlow\_SeoLayeredNav
========================

[](#etechflow_seolayerednav)

**SEO-friendly layered navigation** for Magento 2 — turns ugly filter URLs into human-readable slugs and manages canonical/robots/sitemap for filter pages. Theme-agnostic (Hyvä + Luma). Part of the **Etechflow SEO Suite**.

The problem
-----------

[](#the-problem)

Magento's layered navigation produces `?manufacturer=2069&blade=2071` — opaque, unindexable, and a duplicate-content minefield. This module makes those URLs readable, then controls exactly which filter combinations Google indexes.

Features
--------

[](#features)

**Phase 1 — Readable filter URLs** *(toggle: `general/enabled`)*

- `?manufacturer=yale` instead of `?manufacturer=2069`, fully two-way (slug ↔ option-id).
- Works on dropdown filters, swatches, and inbound requests; outbound links in the layer are rewritten automatically.
- Optional multi-select (disjunctive facets — click to add a value).
- Deterministic slugs (`SlugGenerator`): `"Premier 2000+"` → `premier-2000`, stable across stores and re-runs.
- Aliases stored in `etechflow_seo_filter_alias`. Rebuild from the admin — **Marketing → SEO Filter URLs → "Rebuild SEO URLs"** (one click, with an optional store-scope picker) — or via `bin/magento etechflow:seo-nav:generate-aliases`. Both share one code path (`Model\AliasRebuilder`). Run it after imports or attribute-option changes.

**Phase 2 — Canonical &amp; robots for filter pages** *(toggle: `seo/manage_meta`, gated separately)*

- Single indexable filter → self-canonical + `INDEX,FOLLOW`.
- Multiple filters / price / non-whitelisted → base-category canonical + `NOINDEX,FOLLOW`.
- Configurable indexable-attribute whitelist; optional `NOINDEX` on pagination.
- Head-block based — renders in any theme.

**Phase 2.5 — Sitemap discovery** *(toggle: `seo/sitemap_filter_pages`)*

- Emits indexable single-filter landing pages into the XML sitemap (whitelist-gated, products-only, capped).

Everything is **OFF by default** — storefront URLs are untouched until a merchant opts in *and* aliases have been generated.

Install
-------

[](#install)

```
composer require etechflow/module-seo-layered-nav
bin/magento module:enable ETechFlow_SeoLayeredNav
bin/magento setup:upgrade
bin/magento setup:di:compile           # production
bin/magento etechflow:seo-nav:generate-aliases
```

Configure
---------

[](#configure)

**Stores → Configuration → eTechFlow → SEO Layered Navigation**: enable, choose URL format, multi-select, and (separately) the Phase 2 canonical/robots + sitemap options.

> On a store already running another SEO-filter/canonical extension (e.g. Mirasvit\_SeoFilter), enable Phase 1 only and leave Phase 2/2.5 off to avoid duplicate canonicals.

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

[](#compatibility)

Magento Open Source / Adobe Commerce 2.4.x · PHP ≥ 8.1 · Hyvä + Luma · query-style URLs (`?manufacturer=yale`). Path-style (`/category/manufacturer/yale`) is planned for a future major version.

License
-------

[](#license)

Proprietary — © eTechFlow.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

6

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d596daffc1cbadfe809b006d2fc518e5ca32cdccca9485410d282898d07ba1?d=identicon)[etechflow0](/maintainers/etechflow0)

---

Top Contributors

[![ayeshanisar786](https://avatars.githubusercontent.com/u/106437953?v=4)](https://github.com/ayeshanisar786 "ayeshanisar786 (6 commits)")[![ahmed21-rg](https://avatars.githubusercontent.com/u/185612486?v=4)](https://github.com/ahmed21-rg "ahmed21-rg (5 commits)")[![ranawaqas45](https://avatars.githubusercontent.com/u/218998424?v=4)](https://github.com/ranawaqas45 "ranawaqas45 (2 commits)")

### Embed Badge

![Health badge](/badges/etechflow-module-seo-layered-nav/health.svg)

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M50](/packages/smile-elasticsuite)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[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)[loki/magento2-components

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

1011.8k26](/packages/loki-magento2-components)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)

PHPackages © 2026

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