SEO: Add internal links to orphan pages#16930
Merged
Merged
Conversation
The slug was just "translatathon" which generated a canonical pointing to /translatathon/ (which 404s). Fixed to use the full path: /contributing/translation-program/translatathon/leaderboard/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
❌ Deploy Preview for ethereumorg failed.
|
Adds contextual links to pages flagged as orphans in AHREFS audit: - /privacy/ - linked from ZK proofs page (privacy context) - /gaming/ - linked from Web3 page (ownership/gaming context) - /restaking/ - linked from Pectra roadmap page (staking context) - /10years/terms-and-conditions/ - linked from 10 years page footer These pages were already linked via JS navigation but lacked static content links for SEO crawlers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fe50409 to
fef6880
Compare
corwintines
approved these changes
Dec 18, 2025
This was referenced Dec 18, 2025
Merged
Merged
This file contains hidden or 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
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.
Summary
Adds contextual internal links to pages flagged as orphans in AHREFS audit:
/privacy/- linked from ZK proofs page (privacy discussion context)/gaming/- linked from Web3 page (ownership/gaming context)/restaking/- linked from Pectra roadmap page (staking apps context)/10years/terms-and-conditions/- subtle footer link on 10 years pageBackground
These pages were already linked via JavaScript-rendered navigation menus, but AHREFS (and likely other SEO crawlers) flagged them as orphans because there were no static content links.
The navigation links work fine for users, but adding contextual links in relevant content improves:
Test plan
🤖 Generated with Claude Code