Opened 5 years ago
Closed 4 years ago
#5274 closed defect (bug) (fixed)
Requesting a topic ID directly redirects via a 302
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Support Forums | Keywords: | seo |
Cc: |
Description
'Raw' topic requests requests like https://wordpress.org/support/topic.php?id=24979, https://wordpress.org/support/topic.php?id=24980, https://wordpress.org/support/topic.php?id=24981 redirect to their respective threads with a 302 status. This should be altered to a 301.
Additionally, these redirects append a replies=x
parameter. This should be removed as part of the same redirect/change.
Change History (5)
Note: See
TracTickets for help on using
tickets.
@jonoaldersonwp I only see the replies parameter added when logged-in. Presumably that alleviates the need that this is removed from an SEO perspective? (I agree the HTTP status should be changed in any case).