Reply to thread

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


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? :)


Back
Top Bottom