Apply SEO and metadata best practices - #7474
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Sep 23, 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
Shorten seven localized descriptions that exceeded 160 characters and one Chinese title that exceeded the halved 30-character threshold for CJK pages.
Changes
es/editor/agent.mdx— description was 171c, rewritten to 131c.es/editor/settings.mdx— description was 183c, rewritten to 134c.fr/editor/agent.mdx— description was 218c, rewritten to 134c.fr/editor/pages.mdx— description was 176c, rewritten to 142c.fr/editor/settings.mdx— description was 207c, rewritten to 131c.fr/editor/tutorial.mdx— description was 168c, rewritten to 144c.fr/guides/branches.mdx— description was 177c, rewritten to 142c.zh/ai/model-context-protocol.mdx— title was 32c (over the halved 30c CJK cap), shortened to "Model Context Protocol 服务器" (26c).Context
Scope resolved from the trigger commit: source-files-only run, so audited MDX pages whose frontmatter changed in the last 30 days (154 in-scope files). All deleted or renamed pages in the same window already have redirects in
redirects.json. No duplicate descriptions detected across the repo apart from theassistant/widget-preview.mdxplaceholder, which is out of scope.Note
Low Risk
Metadata-only frontmatter edits with no runtime, auth, or content body changes.
Overview
This PR tightens frontmatter only on eight localized MDX pages so titles and descriptions meet SEO length guidelines (roughly 160 characters for descriptions and a shorter cap for CJK titles).
Spanish and French editor/guide pages get rewritten
descriptionfields that stay on-topic but drop extra clauses (for example file upload, suggestions, or long publishing wording ones/editor/agent,fr/editor/settings, andfr/guides/branches).Chinese MCP docs shorten the
titleonzh/ai/model-context-protocol.mdxby removing the redundant (MCP) parenthetical so it fits the CJK title limit.Page bodies and keywords are unchanged; only search/social metadata snippets should differ in SERPs and previews.
Reviewed by Cursor Bugbot for commit f85cbac. Bugbot is set up for automated code reviews on this repo. Configure here.