Hi,
Im looking for the simplest and most editor-friendly solution for SEO-friendly urls.
@bwaidelich in @dimaip post: SEO-friendly urls
With clever redirects it could be achieved w/o breaking links
I was looking in neos.io-Packages-Search, in Packagist and with Google. Only found ««neos/redirecthandler-neosadapter» or outdated stuff and all for “old URL” that will redirect to the new page…
###Target:
Nesting in Neos – This should still usable for menu-structure:
Rivers.com/Rivers/Germany/South/Rhein
SEO-friendly:
Rivers.com/Rhein.html
```
###Tried:
Tried with «neos/redirecthandler-neosadapter» (+ neos/redirecthandler-databasestorage).
But there are no additional fields in Page-Inspector. Most likely because the plugin is defined for a different target: «enables ***automatic*** redirects», or I did misunderstood something.
###Working solution:
Of corse, I can define PageNodes in root-level, from type «Shortcut» and redirect to «Select Target» "/Rivers/Germany/South/Rhein". This is working, but mess up the Page-tree with lot of non real existing pages.
###Question:
- Is there a Plugin for this particular need: «enables ***definable*** urls-redirects to current page»?
- Is there a hidden or "to enable" solution in the neos/redirecthandler-Plugin?
- Have I overlooked some neos-build-in possibilities for seo-friendly url's?