#4775 closed defect (bug) (reported-upstream)
Various 'make' legacy 302s
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Make (Get Involved) / P2 | Keywords: | seo |
Cc: |
Description (last modified by )
The following example URLs all redirect via a 302. This should be updated to a 301.
I'm presuming that there's already some underlying logic which maps the category to the appropriate endpoint.
File/Attachment redirects: https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/gpl-primer/freedom-to-run/ https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/gpl-primer/freedom-to-modify/ https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/gpl-primer/freedom-to-share/ https://make.wordpress.org/community/handbook/wordcamp-organizer/video/adding-videos-to-your-wordcamp-site/screenshot-2017-08-30-12-32-25-2/ https://make.wordpress.org/community/handbook/wordcamp-organizer/video/adding-videos-to-your-wordcamp-site/screenshot-2017-08-30-12-15-14/ https://make.wordpress.org/community/handbook/wordcamp-organizer/video/adding-videos-to-your-wordcamp-site/screenshot-2017-08-30-12-13-03/ https://make.wordpress.org/community/handbook/wordcamp-organizer/video/adding-videos-to-your-wordcamp-site/screenshot-2017-08-30-12-12-44/ https://make.wordpress.org/community/handbook/wordcamp-organizer/video/adding-videos-to-your-wordcamp-site/screenshot-2017-08-30-12-13-17-2/ O2 xPost redirects https://make.wordpress.org/meta/2019/03/27/xpost-helphub-localisation-plan-meeting-notes/ https://make.wordpress.org/training/2017/05/30/xpost-proposal-wordpress-community-conduct-project/ https://make.wordpress.org/mobile/2019/04/18/xpost-the-get-involved-table-at-wceu-2019/ https://make.wordpress.org/hosting/2019/08/07/xpost-proposal-auto-update-old-versions-to-4-7/ https://make.wordpress.org/docs/2019/08/07/xpost-proposal-auto-update-old-versions-to-4-7/ https://make.wordpress.org/tv/2019/01/22/xpost-recommendations-for-updates-to-camera-kits/ https://make.wordpress.org/community/2019/10/10/xpost-next-wordcamp-org-ticket-scrub-on-october-17th-2019/ https://make.wordpress.org/design/2019/09/06/xpost-introducing-twenty-twenty/ https://make.wordpress.org/updates/2019/10/16/xpost-hosting-meeting-notes-october-14-2019/ https://make.wordpress.org/updates/2019/09/03/xpost-dev-chat-summary-august-28th-2019/ https://make.wordpress.org/marketing/2019/08/30/xpost-component-maintainers-in-5-3/ https://make.wordpress.org/themes/2019/09/27/xpost-block-editor-theme-related-updates-in-wordpress-5-3/ https://make.wordpress.org/meta/2017/08/15/xpost-community-conduct-project-kick-off-meeting-scheduled-for-1700-utc-on-the-5th-september-2017/ https://make.wordpress.org/themes/2019/08/30/xpost-component-maintainers-in-5-3/ https://make.wordpress.org/plugins/2019/08/30/xpost-component-maintainers-in-5-3/ https://make.wordpress.org/support/2019/08/xpost-proposal-auto-update-old-versions-to-4-7/ https://make.wordpress.org/training/2019/03/29/xpost-weekly-digest-week-13/ https://make.wordpress.org/plugins/2019/10/10/xpost-wp-5-3-introducing-the-spread-operator/ https://make.wordpress.org/training/2019/03/01/xpost-5-0-release-retrospective-kickoff/ https://make.wordpress.org/updates/2019/09/03/xpost-dev-chat-summary-august-21-2019/ https://make.wordpress.org/mobile/2019/07/08/xpost-updates-to-the-wordpress-user-developer-survey/ https://make.wordpress.org/marketing/2019/08/29/xpost-discussion-about-the-about-page/ https://make.wordpress.org/meta/2019/03/29/xpost-weekly-digest-week-13/ https://make.wordpress.org/plugins/2019/08/20/xpost-wp-notify-kick-off-meeting-announcement/ https://make.wordpress.org/plugins/2019/08/06/xpost-feature-project-proposal-wp-notify/ https://make.wordpress.org/updates/2019/04/18/xpost-the-get-involved-table-at-wceu-2019-2/ https://make.wordpress.org/training/2019/04/18/xpost-the-get-involved-table-at-wceu-2019/ https://make.wordpress.org/plugins/2019/03/29/xpost-block-metadata-in-the-plugin-directory/ Bogus: https://make.wordpress.org/hosting/wp-admin/revision.php?from=10626&to=11719
Change History (2)
Note: See
TracTickets for help on using
tickets.
I've split your URLs up into their respective categories.
The xposts is an O2 functionality that will need to be fixed upstream in https://github.com/Automattic/o2/blob/master/inc/xposts.php#L572-L588
The attachment redirects looks like it's also O2:
https://github.com/Automattic/o2/blob/master/o2.php#L968-L978
These will need reporting / changing in o2.
I've created https://github.com/Automattic/o2/issues/178 and https://github.com/Automattic/o2/issues/179
I have no idea what you expect the revision link to be :)