When I visit https://material-ui.com/#/ it redirects me to https://v0.material-ui.com/#/ every time
I don't want to be redirected to the old version.
Steps:
I'm using stable Chrome 77.0.3865.90 (Official Build) (64-bit) on CentOS 7
Cookies for material-ui only have Google Analytics. Opening in Incognito mode results in the same behavior.
It seems expected. Only v0 uses this anchor navigation approach.
Well, it's not what I expect, though.
It appears that I've bookmarked it with the anchor back in the days, and now whenever I type material-ui in my chrome address bar - it suggests me to go to this bookmark.
Your answer helped me to understand the problem. So I changed my bookmark and also I had to clear my browsing history to make Chrome forget about the old version and suggest me only the new version, without the anchor.
Still, I think that for the homepage this behavior should be changed because I expect that I'm not the only one who has old version bookmarked.
Still, I think that for the homepage this behavior should be changed because I expect that I'm not the only one who has old version bookmarked.
What about the people that intentionally bookmark docs for v0?
What about the people that intentionally bookmark docs for v0?
@eps1lon I think that a bookmark on the v0 subdomain is better.
This redirection was most useful 1 year and a half ago when we first released v1. I won't object if we remove it at this point. However, I don't matter much either way, I don't expect a significant difference.
Still, I think that for the homepage this behavior should be changed because I expect that I'm not the only one who has old version bookmarked.
What about the people that intentionally bookmark docs for v0?
My idea is to remove redirect only from the home page, not from other pages. As it makes sense, indeed, that people might've bookmarked old docs and are still using them.
My proposal, we kill the redirection next year.
Traffic going down:

But a large part of the traffic uses this redirection logic:
https://www.similarweb.com/en/website/v0.material-ui.com#referrals
Or 301 redirect to the respective pages in the current docs? (Might old backlinks might still carry some SEO value?)
@mbrookes The hash is not sent to the server per the HTTP spec in the protocol. I believe we can't introduce 301 redirections.
Duh, right.
I believe the timing to kill the redirection is right (fewer users + there is a viable alternative) https://github.com/mui-org/material-ui/issues/17637#issuecomment-537474924
Most helpful comment
I believe the timing to kill the redirection is right (fewer users + there is a viable alternative) https://github.com/mui-org/material-ui/issues/17637#issuecomment-537474924