seo icon indicating copy to clipboard operation
seo copied to clipboard

Usage of the field "shortlink" ?

Open jhice opened this issue 8 years ago • 6 comments

Hi,

Trying to get to the "shortlink" field working, and it seems not to be used anywhere in the source code. For example :

/pages/my-shortlink-url or /my-shortlink-url return a 404 (no route found).

How can we use it ? Thanks

jhice avatar Apr 28 '16 13:04 jhice

I have the same issue.

Any help would be appreciated @bobdenotter

annejan avatar May 19 '16 08:05 annejan

This feature wasn't implemented I think. One of those things i figured would be handy to have, but I never got around to implementing it yet.

If somebody would like to help out on implementing it, that'd be great. :-)

bobdenotter avatar May 19 '16 09:05 bobdenotter

Currently looking into how https://github.com/AnimalDesign/bolt-shorturl does it . . They seem to work well together too . . adding the shorturl behind the seo in my contenttypes.yml

        seo:
            type: seo
            group: "SEO settings"
        shorturl:
            type: shorturl

Adds the shorturl box inside the SEO tab . .

annejan avatar May 19 '16 09:05 annejan

I definitely need this feature, happy to work on it! Any guidance / expected behaviours would be of great help 🙂

artggd avatar Mar 14 '18 17:03 artggd

https://github.com/SahAssar/boltredirector is also an option. It uses YAML for the redirects, but the nice thing is that get a list of all overrides in one view, and you can have multiple shortlinks to a single record. It doesn't care whether it should even link to a record (e.g. you could redirect to a contentlisting).

Downside is that you don't have a dedicated UI for these rules, except for a YAML editor.

xiaohutai avatar May 01 '18 13:05 xiaohutai

I think this field should be removed then..

Spomsoree avatar Apr 15 '20 09:04 Spomsoree