yeebase / seo-routing
This package is abandoned and no longer maintained.
The author suggests using the t3n/seo-routing package instead.
Package info
github.com/yeebase/Yeebase.SEO.Routing
Type:neos-yeebase
pkg:composer/yeebase/seo-routing
1.1.2
2019-02-01 13:48 UTC
Requires
- neos/flow: ~4.3 || ~5.0
Requires (Dev)
- t3n/coding-standard: dev-master
This package is auto-updated.
Last update: 2019-05-03 09:40:41 UTC
README
Yeebase.SEO.Routing
Package to ensure that all links end with a trailing slash, e.g. example.com/test/ instead of `example.com/test.
Configuration
By default, all /neos/ URLs are ignored. You can extend the blacklist array with regex as you like.
Yeebase: SEO: Routing: redirect: enable: true statusCode: 303 blacklist: '/neos/.*': true