Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 3 years ago

#4815 closed defect (bug) (fixed)

Requests to profile.wordpress.org 302 to profiles.wordpress.org

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by:
Milestone: Priority: lowest
Component: Profiles Keywords: seo
Cc:

Description

Requests to all profile.wordpress.org URLs currently redirect with a 302 status their equivalent path on profiles.wordpress.org. This should be executed with a 301 status.

Change History (3)

#1 @dd32
5 years ago

The redirect location when logged in its the users profile, can we do 301 and not have that cached by browsers?

#2 @jonoaldersonwp
5 years ago

It 302's to profiles (plural), which then 302s to the user profile if logged in. I'm fine with that second redirect, but the profile > profiles redirect should be a 301.

#3 @dd32
5 years ago

  • Resolution set to fixed
  • Status changed from new to closed
$ curl -Is https://profile.wordpress.org/ https://profile.wordpress.org/dd32/  | grep 30[1-2]
HTTP/2 301
HTTP/2 301
Last edited 5 years ago by dd32 (previous) (diff)
Note: See TracTickets for help on using tickets.