#3851 closed defect (bug) (fixed)
Improve how search redirects are handled
| Reported by: | jonoaldersonwp | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Plugin Directory | Keywords: | seo |
| Cc: |
Description
Requests to plugin search URLs using the 'ugly' /plugins/?s={{term}} format execute a 302 redirect to a clean, /plugins/search/{{term}}/ format.
E.g., https://wordpress.org/plugins/?s=gutenberg > https://wordpress.org/plugins/search/gutenberg/
In line with SEO best practice, this redirect should be a 301 'permanent' redirect, rather than a 302 'temporary' redirect - otherwise, equity may be lost in the redirect, and browsers will not cache it.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7788: