Steffen
Well-known member
- Affected version
- 2.0.10
If you've enabled a "Thread list date limit" for a forum then XenForo shows a "Show older items" link at the end of the thread list which lets you access older threads using a "no_date_limit=1" URL parameter (doesn't seem to be used here on XenForo.com anywhere, maybe it could be enabled in one forum such that it gets regular testing?).
Such an URL then looks like this: https://www.computerbase.de/forum/forums/arbeitsspeicher.49/page-42?no_date_limit=1
However, its canonical URL doesn't contain the "no_date_limit=1" parameter:
In fact, this canonical URL doesn't exist (it 303-redirects to the last page within the "Thread list date limit", 31 in the given example).
This seems odd to me. I think the "no_date_limit=1" parameter should be added to the canonical URL.
Such an URL then looks like this: https://www.computerbase.de/forum/forums/arbeitsspeicher.49/page-42?no_date_limit=1
However, its canonical URL doesn't contain the "no_date_limit=1" parameter:
HTML:
<link rel="canonical" href="https://www.computerbase.de/forum/forums/arbeitsspeicher.49/page-42" />
In fact, this canonical URL doesn't exist (it 303-redirects to the last page within the "Thread list date limit", 31 in the given example).
This seems odd to me. I think the "no_date_limit=1" parameter should be added to the canonical URL.