PHPackages                             t3n/seo-routing - 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. t3n/seo-routing

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

t3n/seo-routing
===============

Flow Framework Router to ensure a trailing slash

4.0.1(2y ago)111.1k↑125%4[1 issues](https://github.com/t3n/seo-routing/issues)[2 PRs](https://github.com/t3n/seo-routing/pulls)MITPHP

Since May 3Pushed 2y ago7 watchersCompare

[ Source](https://github.com/t3n/seo-routing)[ Packagist](https://packagist.org/packages/t3n/seo-routing)[ RSS](/packages/t3n-seo-routing/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

[![CircleCI](https://camo.githubusercontent.com/546bacca51f25822525994ab856796edcc5e7261e63e0ac8b8f1cea4b5c6c754/68747470733a2f2f636972636c6563692e636f6d2f67682f74336e2f73656f2d726f7574696e672e7376673f7374796c653d737667)](https://circleci.com/gh/t3n/seo-routing) [![Latest Stable Version](https://camo.githubusercontent.com/7fcb6db2fb08ec444577fd9e5987ee32a91173a775ca37a3336da8c428dd4146/68747470733a2f2f706f7365722e707567782e6f72672f74336e2f73656f2d726f7574696e672f762f737461626c65)](https://packagist.org/packages/t3n/seo-routing) [![Total Downloads](https://camo.githubusercontent.com/a73759e3a402ba3e3a5fe4c936918c0ce079b6287b494116cc5277e3fd04ae2b/68747470733a2f2f706f7365722e707567782e6f72672f74336e2f73656f2d726f7574696e672f646f776e6c6f616473)](https://packagist.org/packages/t3n/seo-routing) [![License](https://camo.githubusercontent.com/dde67d9cdeac6186766691e5eb930ca0b758c49cf66c1105dfba89169f9caef6/68747470733a2f2f706f7365722e707567782e6f72672f74336e2f73656f2d726f7574696e672f6c6963656e7365)](https://packagist.org/packages/t3n/seo-routing)

t3n.SEO.Routing
===============

[](#t3nseorouting)

This package has 2 main features:

- **trailingSlash**: ensure that all links ends with a trailing slash (e.g. `example.com/test/` instead of `example.com/test`)
- **toLowerCase**: ensure that camelCase links gets redirected to lowercase (e.g. `exmaple.com/lowercase` instead of `exmaple.com/lowerCase`)

You can de- and activate both of them.

Another small feature is to restrict all *new* neos pages to have a lowercased `uriPathSegment`. This is done by extending the `NodeTypes.Document.yaml`.

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

[](#installation)

Just require it via composer:`

`composer require t3n/seo-routing`

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

[](#configuration)

### Standard Configuration

[](#standard-configuration)

In the standard configuration we have activated the trailingSlash (to redirect all uris without a / at the and to an uri with / at the end) and do all redirects with a 301 http status.

*Note: The lowercase redirect is deactivated by default, cause you have to make sure, that there is no `uriPathSegment` with camelCase or upperspace letters - this would lead to redirects in the neverland.*

```
t3n:
  SEO:
    Routing:
      redirect:
        enable:
          trailingSlash: true
          toLowerCase: false
        statusCode: 301
      blacklist:
        '/neos/.*': true

```

### Blacklist for redirects

[](#blacklist-for-redirects)

By default, all `/neos/` URLs are ignored for redirects. You can extend the blacklist array with regex as you like:

```
t3n:
  SEO:
    Routing:
      #redirect:
        #...
      blacklist:
        '/neos/.*': true
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~311 days

Total

10

Last Release

1041d ago

Major Versions

1.0.0 → 2.0.02019-07-18

2.0.3 → 3.0.02020-02-04

3.0.2 → 4.0.02022-11-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/769789?v=4)[Johannes Steu](/maintainers/johannessteu)[@johannessteu](https://github.com/johannessteu)

---

Top Contributors

[![johannessteu](https://avatars.githubusercontent.com/u/769789?v=4)](https://github.com/johannessteu "johannessteu (18 commits)")[![davidspiola](https://avatars.githubusercontent.com/u/7107011?v=4)](https://github.com/davidspiola "davidspiola (12 commits)")[![Torsten85](https://avatars.githubusercontent.com/u/531361?v=4)](https://github.com/Torsten85 "Torsten85 (10 commits)")[![fl0uW](https://avatars.githubusercontent.com/u/69151846?v=4)](https://github.com/fl0uW "fl0uW (2 commits)")[![mampgmbh](https://avatars.githubusercontent.com/u/6177328?v=4)](https://github.com/mampgmbh "mampgmbh (1 commits)")[![akleineb](https://avatars.githubusercontent.com/u/23635480?v=4)](https://github.com/akleineb "akleineb (1 commits)")[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (1 commits)")[![ralfkuehnel](https://avatars.githubusercontent.com/u/797784?v=4)](https://github.com/ralfkuehnel "ralfkuehnel (1 commits)")

---

Tags

flowflowframeworkflowpackageneosneoscms

### Embed Badge

![Health badge](/badges/t3n-seo-routing/health.svg)

```
[![Health](https://phpackages.com/badges/t3n-seo-routing/health.svg)](https://phpackages.com/packages/t3n-seo-routing)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M78](/packages/google-cloud-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[google/cloud-functions-framework

Google Cloud Functions Framework for PHP

21313.4M](/packages/google-cloud-functions-framework)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[contentful/core

Foundation library for Contentful PHP SDKs

173.6M7](/packages/contentful-core)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)

PHPackages © 2026

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