Skip to content

feat(SEO): update redirects#17734

Open
myelinated-wackerow wants to merge 1 commit intodevfrom
redirects
Open

feat(SEO): update redirects#17734
myelinated-wackerow wants to merge 1 commit intodevfrom
redirects

Conversation

@myelinated-wackerow
Copy link
Collaborator

Summary

  • Add whitepaper PDF redirect (301, no locale prefix) in next.config.js
  • Add 31 new redirects for broken/moved pages (mix of 301 and 302)
  • Update existing /developers/docs/zk, /developers/docs/scaling/rollups, and /wallet redirects to 302 (temporary)
  • Add se to deprecated locales in middleware
  • Catch-all redirect for /roadmap/future-proofing/:path+ to handle mangled text-fragment URLs

Notes

  • Whitepaper PDF redirect bypasses createRedirect helper to avoid locale prefix injection
  • /%20wallets and %23-containing URL redirects use percent-encoded forms -- may need verification in staging
  • 302s use false as the third tuple element (temporary)

Test plan

  • Verify whitepaper PDF redirect works without locale prefix
  • Verify /%20wallets redirect resolves correctly
  • Verify %23web-based-ides redirect resolves correctly
  • Verify /roadmap/future-proofing/ catch-all works for mangled URLs
  • Spot-check a sample of the new 301 and 302 redirects

Fixes common external websites with links pointing to internal pages that 404, helping capture link equity

Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Mar 6, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit c1b5a5f
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69ab65b5590bef0008ba91ec
😎 Deploy Preview https://deploy-preview-17734.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 62 (🟢 up 9 from production)
Accessibility: 94 (🟢 up 1 from production)
Best Practices: 100 (no change from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the config ⚙️ Changes to configuration files label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config ⚙️ Changes to configuration files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant