Boost search ranking for single-word title pages#5670
Merged
skeptrunedev merged 2 commits intomainfrom May 5, 2026
Merged
Conversation
Apply `boost: 3` to English pages whose H1 / frontmatter title is a single word (e.g. "Assistant", "Quickstart", "Cards"). Short titles tend to be canonical landing pages for a topic, so users searching the exact term should land on them first.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4caccf3. Configure here.
…round ranking `api-playground/websocket-playground.mdx` is an auto-generated AsyncAPI stub with no body content but shares the title "Playground" with `api-playground/overview.mdx`. Boosting both equally diluted the canonical overview page in search for the query "playground". Drop the boost on the stub.
paaatrrrick
approved these changes
May 5, 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.

Summary
boost: 3to English pages whose frontmattertitleis a single word (e.g.Assistant,Quickstart,Cards,Playground).es/,fr/, andzh/are not modified — Chinese in particular doesn't use whitespace between words, so the "single word" heuristic doesn't translate cleanly. Happy to follow up with localized versions if wanted.Files touched
74
.mdxfiles. Notable examples:assistant/index.mdx("Assistant")quickstart.mdx("Quickstart")index.mdx("Introduction")components/*.mdx(Cards, Tabs, Steps, Icons, etc.)integrations/analytics/*.mdx(PostHog, Mixpanel, Segment, etc.)deploy/*.mdx(GitHub, GitLab, Vercel, Cloudflare)Each change is a single line —
boost: 3appended to the existing frontmatter block.Test plan
assistant/index.mdxfirst).boostvalue being clobbered (script skipped any with existingboost:).Note
Low Risk
Low risk documentation metadata change that only adjusts page ranking via frontmatter
boost, with no code or runtime logic changes.Overview
Improves in-product search ranking for canonical landing pages by adding
boost: 3to the frontmatter of ~74 top-level English.mdxpages whosetitleis a single word (for exampleAssistant,Quickstart,Cards,Playground).No content changes beyond the added frontmatter field; localized pages under
es/,fr/, andzh/are not modified.Reviewed by Cursor Bugbot for commit 1215131. Bugbot is set up for automated code reviews on this repo. Configure here.