t3n/seo-routing
composer require t3n/seo-routing
Flow Framework Router to ensure a trailing slash
2.0.0
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.
InstallationJust require it via composer:`
composer require …
Read more
The same vendor provides 11 package(s).