We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are mixing .html with more modern endling-less URLs, which leads to confusion in search engines as they are indexed as separate pages.
.html
We should decide which version we want to stick to, make it consistent and ideally enforce it.
Example:
about.html
index.html
What we need to choose:
What we need to do after the decision:
The text was updated successfully, but these errors were encountered:
What happens to links from external resources? Can we have redirects both in case we rename about -> about.html and about.html -> about?
about -> about.html
about.html -> about
Sorry, something went wrong.
I am honestly not sure. This behaviour seems to dependent on how the HTTP-server is configured.
No branches or pull requests
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:
about.html
.index.html
What we need to choose:
What we need to do after the decision:
The text was updated successfully, but these errors were encountered: