Canonicalization of URLs on our website

2024-04-20 Thread Piotr P. Karwasz
Hi, I scanned our https://logging.apache.org/ website and found out that the internal hyperlinks between our pages are not consistent. For example links to: https://logging.apache.org/log4j/2.x/ might appear in hyperlinks with an URI path of: * `/log4j/2.x` (which causes a 301 HTTP redirect), *

Re: Canonicalization of URLs on our website

2024-04-20 Thread Gary Gregory
I agree with Piotr. I prefer the simplest solution, pointing to `index.html`, no guessing required. Gary On Sat, Apr 20, 2024 at 4:17 PM Piotr P. Karwasz wrote: > > Hi, > > I scanned our https://logging.apache.org/ website and found out that > the internal hyperlinks between our pages are not co

Re: Canonicalization of URLs on our website

2024-04-20 Thread Piotr P. Karwasz
Hi Gary, On Sun, 21 Apr 2024 at 00:02, Gary Gregory wrote: > > I agree with Piotr. I prefer the simplest solution, pointing to > `index.html`, no guessing required. Personally I prefer the shortest one: * no www, * no `index.html`, * no `.html`. Piotr