Fix SEO issues: add redirects for three deleted pages - #338
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
…eted without redirects
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
SEO/metadata audit of the ~44 pages changed in the last 30 days found no metadata defects; the only fixes are redirects for three pages deleted in that window that were serving live 404s.
Changes
/changelog→/getting-started/introduction/getting-started/collaborating→/getting-started/introduction/integrations/vercel→/getting-started/introductionAll three pages were deleted since 2026-07-31 with no redirect. No surviving page covers their material, so each points at
/getting-started/introduction, the destination this repo's existing redirects consistently use when retiring pages without a successor (60+ precedents, including/other-topics/fitting-large-models-on-small-gpus, deleted in this same window). The five other pages deleted in the window (aiVoiceAgents,langchain,mistral-vllm,streaming-falcon-7B,fitting-large-models-on-small-gpus) already had redirects.Audit result
Every changed page passes all hard checks: titles present and ≤60 chars, descriptions present, unique across the repo, and 131–152 chars. No page metadata was edited. All pages are in the navigation (no orphans), and none carry
noindex,hidden, orgroups.Findings not fixed
performance/checkpointing.mdxhas a pre-existing MDX parse warning (HTML comment at line 138, introduced in docs: explain why a checkpoint failed and how to fix it #335); left untouched as it is unrelated to metadata.Context
The local clone was shallow (depth 1) and could not be deepened, so history-based checks (scope, deletions, prior-run churn detection) were reconstructed from the GitHub API by diffing the 2026-07-31 tree against HEAD.