[wp-meta] [Making WordPress.org] #5360: Prevent broken /support/ links
Making WordPress.org
noreply at wordpress.org
Mon Aug 10 03:29:45 UTC 2020
#5360: Prevent broken /support/ links
-------------------------------------------+---------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: defect | Status: closed
Priority: low | Milestone:
Component: International Sites (Rosetta) | Resolution: fixed
Keywords: seo |
-------------------------------------------+---------------------
Changes (by dd32):
* status: new => closed
* resolution: => fixed
Comment:
Redirects in place:
{{{
curl -Is https://de-ch.wordpress.org/support/ | grep ^location
location: https://wordpress.org/support/
}}}
Forums redirects have a double redirect, but it's a convenience-only
redirect anyway (It was already partially in place)
{{{
$ curl -ILs https://de-ch.wordpress.org/forums/ | grep ^location
location: https://de-ch.wordpress.org/support/
location: https://wordpress.org/support/
}}}
Footer links corrected:
{{{
$ curl -s https://de-ch.wordpress.org/plugins/hello-dolly/
https://de.wordpress.org/plugins/hello-dolly/ | grep -E '<li>.+?/support/'
<li><a href="//wordpress.org/support/" title="Forums, documentation, and
other resources">Support</a></li>
<li><a href="//de.wordpress.org/support/" title="Foren, Dokumentationen
und andere Ressourcen">Support</a></li>
}}}
(de has forum, de-ch does not)
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5360#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list