yeebase/seo-routing

This package is abandoned and no longer maintained. The author suggests using the t3n/seo-routing package instead.

Installs: 3 402

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 0

Type:neos-yeebase

1.1.2 2019-02-01 13:48 UTC

This package is auto-updated.

Last update: 2019-05-03 09:40:41 UTC


README

Build Status

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