bobdenotter / seo

Bolt SEO extension
https://bobdenotter.github.io/seo/
MIT License
49 stars 34 forks source link

Usage of the field "shortlink" ? #20

Open jhice opened 8 years ago

jhice commented 8 years ago

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

annejan commented 8 years ago

I have the same issue.

Any help would be appreciated @bobdenotter

bobdenotter commented 8 years ago

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. :-)

annejan commented 8 years ago

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 . .

artggd commented 6 years ago

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

xiaohutai commented 6 years ago

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.

Spomsoree commented 4 years ago

I think this field should be removed then..