Skip to content
New issue

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

Fix links on web site #2491

Closed
ppkarwasz opened this issue Apr 19, 2024 · 3 comments
Closed

Fix links on web site #2491

ppkarwasz opened this issue Apr 19, 2024 · 3 comments

Comments

@ppkarwasz
Copy link
Contributor

ppkarwasz commented Apr 19, 2024

On our website we should fix:

  • broken links (4xxs),
  • links to non-canonical URLs (3xxs).

Also some kind of canonicalization would be advised. Since we run on Apache with mod_dir and mod_negotiation my personal preference would be to:

  • remove trailing index and index.html from internal links (exception: the relative 'index.html' should be converted in ./)
  • remove trailing .html from internal links. We might even internationalize some pages or provide machine-readable alternatives to HTML (e.g. SBOM if the client asks for application/vnd.cyclonedx+xml).
@ppkarwasz
Copy link
Contributor Author

We might use some tool like Screaming Frog to detect the broken links.

@vy
Copy link
Member

vy commented Apr 21, 2024

@ppkarwasz, could you explain how we can use <place-your-3rd-party-link-checker-SaaS-here>? Do you suggest a maintainer creating a personal account and occasionally checking the report?

@ppkarwasz
Copy link
Contributor Author

Screaming Frog offered us a free of charge full license of their link checker (cc @grobmeier ). I will be running it regularly to fix the broken links on our website.

The first results using this tool:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants