docs(redirects): add 33 verified redirects for pre-migration URLs still 404ing - #2299
Open
GigaHierz wants to merge 2 commits into
Open
docs(redirects): add 33 verified redirects for pre-migration URLs still 404ing#2299GigaHierz wants to merge 2 commits into
GigaHierz wants to merge 2 commits into
Conversation
…ll 404ing GA4 shows 'Page Not Found' is the #4 most-viewed page (~4.4% of pageviews). An audit of the full git history found ~1,266 old public URLs that 404 with no redirect. This adds the 33 high-confidence ones — every destination verified to be a live page on main — led by /about-celo/:slug* -> /home/:slug* (covers 26 pages). Bulk buckets (old blog, v2 GitBook, generated API dumps) and paths needing editorial targets are tracked in the issue, not here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 tasks
… developer-resources trees Per audit triage: /blog/* and /v2/* -> / (content retired); /developer-resources/* -> /build-on-celo (getting-started hub). These sit after the specific redirects so the specific ones win. Closes the three bulk 404 buckets (415 + 107 + 449 URLs). Refs #2298 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 tasks
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.
Why
GA4 shows the "Page Not Found" page is the #4 most-viewed page on docs.celo.org (~4.4% of pageviews). An audit of the full git history (
git log --all, both the Docusaurus and Mintlify eras) found ~1,266 old public URLs that 404 with no redirect. See #2298 for the full breakdown.What this PR does
Adds the 33 high-confidence redirects from that audit — the subset where the destination was verified to be a live page on
main. Highlights:/about-celo/:slug* → /home/:slug*— one wildcard that covers 26 pages from theabout-celo/→home/rename./developer/dev-environments/{hardhat,foundry,remix,thirdweb}→/tooling/dev-environments/*(not caught by existing/developer/*wildcards).oracle/,holder/manage/,community/,general/, testnetdisclaimerpaths → their current homes.+132 lines,
docs.jsononly.What it does NOT do (tracked in #2298)
/blog/**415,/v2/**107, generated/developer-resources/**API dumps 449) — those need a target decision.Verification
destinationconfirmed to resolve to a live.mdxpage onmain(0 dead).docs.jsonre-validates as JSON (714 → 747 redirects)./about-celo/gas-fees,/protocol/identity/odis).Refs #2298
🤖 Generated with Claude Code