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

Use 302 instead of 301 for X number of days #70

Open
emteknetnz opened this issue Mar 13, 2019 · 0 comments
Open

Use 302 instead of 301 for X number of days #70

emteknetnz opened this issue Mar 13, 2019 · 0 comments

Comments

@emteknetnz
Copy link
Member

This module uses 301's for redirects, which are good for SEO

However 301's get cached in browers and you cannot undo them, which makes the pretty risky

Something we could do to mitigate this risk is to use a 302 for X number of days (perhaps 2 days?) after a UrlRedirect DataObject has been modified, and then automatically switch to 301 after that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant