Add canonical link to default explore route
When we access https://gitlab.com/explore
we show the explore page for projects. Nevertheless, instead of a redirection, we just show the page as if the user entered /explore/projects
. This can be bad for SEO because it can be seen as duplicated context.
We have to add a canonical link pointing that the url /explore/projects
is the main one.
Edited by Francisco Javier López