precice / precice.github.io

The website of preCICE
https://precice.org/
12 stars 56 forks source link

Consistent URL endings #411

Open fsimonis opened 1 month ago

fsimonis commented 1 month ago

We are mixing .html with more modern endling-less URLs, which leads to confusion in search engines as they are indexed as separate pages.

We should decide which version we want to stick to, make it consistent and ideally enforce it.

Example:

What we need to choose:

  1. without ending https://precice.org/about
  2. with ending https://precice.org/about.html

What we need to do after the decision:

MakisH commented 1 month ago

What happens to links from external resources? Can we have redirects both in case we rename about -> about.html and about.html -> about?

fsimonis commented 1 month ago

I am honestly not sure. This behaviour seems to dependent on how the HTTP-server is configured.