Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Redirects within Docusaurus for outdated pages #235

Closed
Tracked by #159
plato-gno opened this issue Nov 22, 2022 · 2 comments
Closed
Tracked by #159

Implement Redirects within Docusaurus for outdated pages #235

plato-gno opened this issue Nov 22, 2022 · 2 comments
Assignees

Comments

@plato-gno
Copy link
Contributor

plato-gno commented Nov 22, 2022

https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-client-redirects

@plato-gno plato-gno moved this from 📋 Backlog to Icebox in Documentation Nov 22, 2022
@alebanzas alebanzas mentioned this issue Nov 23, 2022
41 tasks
@alebanzas
Copy link
Contributor

Redirects from old "run a node" structure to the new one planned here: https://docs.google.com/spreadsheets/d/1ki1NJ3LscDpZHc1VI-zrM5p5tgNPo4MN4p-4wn7jYxg/edit#gid=1700733935

plugin-client-redirects unfortunately are client redirects, we will implement server HTTP permanent redirects.

@alebanzas alebanzas self-assigned this Nov 23, 2022
@alebanzas
Copy link
Contributor

Redirects implemented on the server.

From an SEO point of view, a server-side redirect should always be preferred over a client-side redirect. The major downside to client-side redirects is the missing information about the reason for the redirect, making it harder for search engines to make a decision on how the redirect should be treated.

@alebanzas alebanzas moved this from Icebox to ✅ Done in Documentation May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants