Opened 5 years ago
Closed 5 years ago
#4630 closed defect (bug) (fixed)
Misc redirect fixes
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | General | Keywords: | seo |
Cc: |
Description
The following 301 redirects should be established:
- https://wordpress.org/about/gpl/ to https://wordpress.org/about/license/
- https://wordpress.org/support/%20 to https://wordpress.org/support/
- https://br.wordpress.org/.org to https://br.wordpress.org/
The following 302s should be altered to 301s:
- https://codex.wordpress.org/WordPress_Cookies to https://wordpress.org/support/article/cookies/
- https://wordpress.org/plugins/youtube-channel-gallery/faq/ to https://wordpress.org/plugins/youtube-channel-gallery/#faq
- https://codex.wordpress.org/WordPress_in_Your_Language to https://make.wordpress.org/polyglots/teams/
- https://wordpress.org/extend/ to https://wordpress.org/
- https://codex.wordpress.org/Translating_WordPress to https://make.wordpress.org/polyglots/handbook/
- https://wordpress.org/support/register.php to https://login.wordpress.org/register
- https://profile.wordpress.org/ to https://wordpress.org/
- https://profiles.wordpress.org/ to https://wordpress.org/
- https://codex.wordpress.org/Function_Reference/do_action to https://developer.wordpress.org/reference/functions/do_action/
- https://phpdoc.wordpress.org/ to https://developer.wordpress.org/reference/
Change History (8)
#3
follow-up:
↓ 4
@
5 years ago
- Resolution set to fixed
- Status changed from new to closed
https://wordpress.org/about/gpl/ to https://wordpress.org/about/license/
https://wordpress.org/support/%20 to https://wordpress.org/support/
https://br.wordpress.org/.org to https://br.wordpress.org/
404's seem fine to me. wontfix
.
https://codex.wordpress.org/WordPress_Cookies to https://wordpress.org/support/article/cookies/
https://codex.wordpress.org/WordPress_in_Your_Language to https://make.wordpress.org/polyglots/teams/
https://codex.wordpress.org/Translating_WordPress to https://make.wordpress.org/polyglots/handbook/
https://codex.wordpress.org/Function_Reference/do_action to https://developer.wordpress.org/reference/functions/do_action/
Codex. wontfix
.
https://wordpress.org/plugins/*/faq/ to https://wordpress.org/plugins/*/#faq
Supposedly potentially temporary, /faq/
routes may one day return. maybelater
as with the other times this was raised.
Actually 302's to https://profiles.wordpress.org/, which now 302's to https://wordpress.org/.
See below.
Behaviour changed elsewhere, 302's intentionally to wordpress.org for logged out requests.
302's to users profile for logged in requests. wontfix
.
https://wordpress.org/support/register.php to https://login.wordpress.org/register
Done (plus a bunch of others) [9182]
https://wordpress.org/extend/ to https://wordpress.org/
https://phpdoc.wordpress.org/ to https://developer.wordpress.org/reference/
Server-level, not a priority.
#4
in reply to:
↑ 3
;
follow-up:
↓ 7
@
5 years ago
These still need fixing. We have links to these URLs from external sources.
- https://wordpress.org/support/%20 to https://wordpress.org/support/
- https://br.wordpress.org/.org to https://br.wordpress.org/
Let's redirect the FAQ links please. If the proposed changes happen before the heat death of the universe, we can unpick the 301 with no real issues.
The server-level ones are still important; let's not confuse priority with complexity. They're significant enough that they're worth fighting for.
#7
in reply to:
↑ 4
@
5 years ago
Replying to jonoaldersonwp:
These still need fixing. We have links to these URLs from external sources.
Nope. I'm not redirecting all random 404 links you find in analytics. These are no more important than https://br.wordpress.org/randompage or https://br.wordpress.org/z (which now are also linked on the web thanks to this comment)
Let's redirect the FAQ links please. If the proposed changes happen before the heat death of the universe, we can unpick the 301 with no real issues.
[9187] along with a whole other set of redirects
In 9181: