Drop the orphaned Managed Postgres overview page - #2498
Closed
alexleventer wants to merge 1 commit into
Closed
alexleventer wants to merge 1 commit into
alexleventer wants to merge 1 commit into
Conversation
/mpg/overview/ already redirects to /mpg, so the page can't be reached, but because it's still in the nav Mintlify lists docs.fly.io/mpg/overview in its sitemap. That's a sitemap URL that 308s. The redirect stays. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
Good catch on The sitemap point is better than my reasoning, though. Can you close this one and I'll credit it in mine? |
This branch was successfully deployed
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 of changes
docs.jsonredirects/mpg/overview/to/mpg, butmpg/overviewis still in the Managed Postgres nav. Readers can't reach the page (the redirect wins), yet Mintlify still listsdocs.fly.io/mpg/overviewin its sitemap, so Google sees a sitemap URL that 308s. This removes the page and its nav entry and keeps the redirect.Preview
mpg/overviewshould drop out of https://docs.fly.io/sitemap.xmlRelated Fly.io community and GitHub links
Found by the weekly technical SEO crawl. The fly.io half of the same finding is superfly/landing#1261.
Notes
The overview had "Creating", "Connecting" and "Using flyctl" sections that
mpg/indexdoesn't. Nobody has been able to see them since the redirect went in, andmpg/create-and-connectcovers the same ground. If any of it should survive, it belongs on that page.flyctl/cmd/fly_postgres.mdxstill mentionsfly.io/docs/mpg/overview/. That page is generated from flyctl, so I left it.🤖 Generated with Claude Code