Closed stevejalim closed 1 day ago
@a-kyne this is ready to test - please see the description above
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.82%. Comparing base (
02db980
) to head (5c4802a
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
One-line summary
This changeset reduces the number of pages containing a
link
withhreflang
ofx-default
. This change will improve/reduce harm to our SEOSignificant changes and points to review
You can test-drive this code on https://www-demo8.allizom.org/ - though note that all canonical urls there will refer to www.mozilla.org not www-demo8.allizom.org
To check/confirm:
hreflang="x-default"
must be present in the source code of locale-specific homepages - https://www-demo8.allizom.org/en-US/, https://www-demo8.allizom.org/de/ etchreflang="x-default"
must be present on the locale-selection page for bots (Runningcurl https://www-demo8.allizom.org/ | grep x-default
will show thatlink
tag is present)hreflang="x-default"
must not be on any other pageshreflang="x-default"
has been removed from https://www-demo8.allizom.org/credits/faq/Issue / Bugzilla link
Resolves #15464