Steffen
Well-known member
- Affected version
- 2.1.0
Scenario: You have a forum with prefixes and a "Thread list date limit" (such a forum doesn't seem to exist here on XenForo.com).
Let 42 be the last initially reachable page. Then, on
there is a "Show older items" link that points to
whose canonical URL is
Notice that the two parameters "no_date_limit" and "prefix_id" have been swapped. This is not ideal from an SEO perspective (yeah, Google will see and use the canonical URL but having to request two different URLs for the same content wastes crawl budget). Could you please choose one order and stick with it if it's not too complicated?
Let 42 be the last initially reachable page. Then, on
https://example.org/community/forums/my-forum.123/page-42?prefix_id=1
there is a "Show older items" link that points to
https://example.org/community/forums/my-forum.123/page-42?prefix_id=1&no_date_limit=1
whose canonical URL is
https://example.org/community/forums/my-forum.123/page-42?no_date_limit=1&prefix_id=1
Notice that the two parameters "no_date_limit" and "prefix_id" have been swapped. This is not ideal from an SEO perspective (yeah, Google will see and use the canonical URL but having to request two different URLs for the same content wastes crawl budget). Could you please choose one order and stick with it if it's not too complicated?