How to redirect renamed pages #8825
Replies: 1 comment 1 reply
-
Not doing so with server redirects is not the bet SEO option, so if you care about SEO you need server redirects. If you really want to do a client redirect, you can do so with some JS in a file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my documentation I got an existing doc page accessible through the URL
https://juno.build/docs/category/add-juno-to-an-app
. I would like to rename it to.../add-juno-to-YOUR-app
but it means it would break back links and SEO.Is there a way to deploy the new route and to redirect the old route to the new one without server side redirect configuration?
Beta Was this translation helpful? Give feedback.
All reactions