Fix broken external links and dead redirects (404 audit) - #441
Open
isvictorious wants to merge 3 commits into
Open
Fix broken external links and dead redirects (404 audit)#441isvictorious wants to merge 3 commits into
isvictorious wants to merge 3 commits into
Conversation
Fixes three existing redirects that landed on a 404 or the wrong product's page (columnstore API renames, azure-privatelink routed into the AWS section), and adds redirects for renamed/moved pages found in a GSC crawl audit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…nd-dead-redirects-surfaced-by-404
isvictorious
marked this pull request as ready for review
August 10, 2026 18:06
|
…nd-dead-redirects-surfaced-by-404
atovpeko
approved these changes
Aug 12, 2026
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.
Describe your changes
A GSC/crawl audit surfaced ~190 URLs returning 404 or redirecting into a 404. This adds 52 changes to
vercel.json::slugwildcards were shadowing more specific renamed-API destinations (alter_materialized_view,chunk_compression_settings/hypertable_compression_settings→ columnstore renames), andsecurity/azure-privatelinkwas being routed into the AWS section instead of Azure's./latest) and internal-move blocks per this repo's convention.Left as 404 intentionally (not in scope for this PR):
/reference/pgai/*,/reference/pgvectorscale/*,/reference/tiger-cloud-rest/typescript/*, and/keywords/*— none of this content exists in this repo.metrics-logging/insights,services/i-o-boost,services/replicas,tiger-cloud-azure/security/vpc,informational-views/data_nodes— no clean live equivalent found./about/latest/undefined, space-containing URLs).Affected pages
No content pages affected by this PR. Open the preview to confirm the build deployed successfully.
Related Issues
Issue: EDU-632
Checklist before requesting a review
🤖 Generated with Claude Code