[wp-meta] [Making WordPress.org] #3851: Improve how search redirects are handled
Making WordPress.org
noreply at wordpress.org
Mon Oct 1 08:53:36 UTC 2018
#3851: Improve how search redirects are handled
------------------------------+--------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: defect | Status: new
Priority: low | Milestone:
Component: Plugin Directory | Keywords:
------------------------------+--------------------
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.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3851>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list