t3n/seo-routing

Last activity 03 Jul 2023 1 1 10788
composer require t3n/seo-routing

Flow Framework Router to ensure a trailing slash

dev-dependabot/composer/master/neos/flow-approx-7.1

Version
dev-dependabot/composer/master/neos/flow-approx-7.1
Type
neos-package
Release Date
May 03, 2021 05:36
Source
git
Distribution
zip
Requires
  • neos/flow: ~7.1
Requires (dev)
  • t3n/coding-standard: ~1.1.0
MIT fd50fe9623a7c394ba69ae69e74f39055496daa4

Readme excerpt

t3n.SEO.Routing

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

Just require it via composer:`

composer require …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 10 package(s).