Yes, I agree that we should do that. I just haven't had time focus on
changing those. I also suggest that GitLab Pages: https://pages.gitlab.io/
go under /features as well.
I just need to be notified when we make the change so I can make an annotation in Google Analytics so that people are made aware of what the change was.
@regisF yes, I agree for gitlab-ci as well since it is a feature.
Right now, it has more of a products page URL structure and since you cannot purchase it as a standalone product we don't want to give the wrong impression.
@amara but even that - we are not able anymore to buy individual "products", thus we don't need special treatments for those pages. I think they can all follow the /features/X structure. For instance, Geo is a feature now, part of EEP.
For CI, it would make sense to have about.gitlab.com/features/gitlab-ci.
For GitLab Pages, it makes sense to keep the current domain name. The idea would be to make it more discoverable then (at the moment, how we reach it?).
If we do rename all those links, we need to make sure to redirect properly then. The easiest solution is to simply keep the page and indicate in the body this page has moved to X.
For GitLab Pages, it makes sense to keep the current domain name. The idea would be to make it more discoverable then (at the moment, how we reach it?).
If the goal is to achieve unity then we should change the domain for this page as well. Currently, you can reach GitLab Pages from /features and /products this is the way to reach almost all feature landing pages currently. Let's tackle discovery in another issue since that is a larger challenge.
If we do rename all those links, we need to make sure to redirect properly then.
Yes, we should make sure we redirect properly. We did a redirect for the pricing page and that seemed to work well, in that we did not have to maintain the current page and then drive traffic to another page. But I'm not familiar with the best strategy for redirects. @mitchellwright do you have any advice on this?
We need to identify all the pages that we want to change the URL on. Then we need to identify the new URL that the page will live at. Then we need to create a 301 redirect from the old URL to the new URL. Happy to help with this however you all need.