Apply SEO and metadata best practices - #7451
Open
mintlify[bot] wants to merge 1 commit into
Open
mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
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
No metadata defects in scope; added missing redirects for the deleted
/api/static-export/generate-bundlepages so their old URLs resolve to the successor.Changes
redirects.json: added 4 exact-path redirects for/api/static-export/generate-bundleand itses/,fr/,zh/locales →/api/static-export/get-job-status. The bundle endpoint was folded into the job-status response (bundleUrl) in PR Update from code changes: static export API projectId scope #7016 on 2026-08-24, making the status page the unambiguous destination.Context
Scope: 45 pages whose frontmatter changed in the last 30 days (source-files-only trigger). All titles and descriptions passed the hard length/uniqueness/quality checks. Hidden pages (
traffic-classificationin es/fr/zh) and OpenAPI-operation pages whose spec supplies adescriptionwere excluded per the audit rules.Note
Low Risk
Config-only redirect entries with no runtime or API behavior changes.
Overview
Adds four locale-aware redirects in
redirects.jsonso legacy docs URLs for/api/static-export/generate-bundle(default,es,fr,zh) resolve to/api/static-export/get-job-status.This preserves inbound links and search results after the separate generate-bundle docs were removed when bundle delivery moved onto the job-status response (
bundleUrl).Reviewed by Cursor Bugbot for commit ccdf962. Bugbot is set up for automated code reviews on this repo. Configure here.