Making WordPress.org

Opened 4 years ago

Closed 3 years ago

#5274 closed defect (bug) (fixed)

Requesting a topic ID directly redirects via a 302

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
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)

#1 @bradleyt
4 years ago

@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).

#2 @jonoaldersonwp
4 years ago

Ah, good catch. Yes, we can remove 'remove the replies parameter' as a concern :)

#3 @dd32
4 years ago

These are handled by bbPress 1 and not modifiable until it goes bye-bye

#4 @dd32
4 years ago

#5330 was marked as a duplicate.

#5 @dd32
3 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 10596:

Support Forums: Add a 301 redirect for the old /support/topic.php?id=1234 URL structure.

Fixes #5274.

Note: See TracTickets for help on using tickets.