-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace redirected pillar links with hard links for each edition #27120
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arelra
force-pushed
the
ravi/nav-remove-redirects
branch
from
May 20, 2024 12:38
bc37d87
to
7420dda
Compare
arelra
force-pushed
the
ravi/nav-remove-redirects
branch
from
May 22, 2024 09:15
7420dda
to
e1900f1
Compare
arelra
force-pushed
the
ravi/nav-remove-redirects
branch
from
May 22, 2024 11:51
72bf707
to
fba9109
Compare
arelra
changed the title
Change nav links to hard links for each edition i.e. remove redirects
Replace redirect nav links to hard links for each edition
May 22, 2024
arelra
changed the title
Replace redirect nav links to hard links for each edition
Replace redirect nav links with hard links for each edition
May 22, 2024
arelra
changed the title
Replace redirect nav links with hard links for each edition
Replace pillar links that redirect with edtionalised hard links
May 23, 2024
arelra
changed the title
Replace pillar links that redirect with edtionalised hard links
Replace redirected pillar links with hard links for each edition
May 23, 2024
domlander
approved these changes
May 23, 2024
"This PR is stale because it has been open 30 days with no activity. Unless a comment is added or the “stale” label removed, this will be closed in 3 days" |
This PR was closed because it has been stalled for 3 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
Replace redirected pillar links with hard links for each edition.
Currently pillar links for editionalised pages are non-editionalised e.g.
theguardian.com/money
and will redirect the user totheguardian.com/uk/money
.This is sub-optimal for SEO so this change updates each pillar link to the canonical hard link for each edition.
Checklist