You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tightens Spanish and French frontmatter description values that exceeded the 130–160 character SEO range, and expands one short Spanish description so each page has a unique snippet Google is likely to surface.
Changes
Shortened 8 es/ and 8 fr/ descriptions that exceeded 160 characters (over which Google truncates).
Rewrote es/deploy/multi-repo.mdx description (123 → 144 chars) to clear the 130-character floor.
All updated descriptions stay between 130 and 160 characters and remain unique across the in-scope set.
Context
Audit scope: all MDX docs in the repo. English pages all passed. No missing/duplicate descriptions, no missing titles, no long or boilerplate titles. Chinese (zh/) descriptions flagged as "short" by character count were left untouched because CJK character-length does not map to the Latin 130–160 SEO heuristic.
Note
Low Risk
Metadata-only frontmatter edits on localized docs with no runtime, auth, or deployment logic changes.
Overview
Aligns Spanish and French doc pages with SEO metadata length guidance by editing only frontmatter description values—no page body or navigation changes.
Eight es/ and eight fr/ descriptions that were over ~160 characters are shortened so snippets are less likely to be truncated in search results. es/deploy/multi-repo.mdx is the exception on the short side: its description is lengthened (into the 130–160 band) so it meets the minimum length target.
Wording is tightened in parallel across automations, CLI, credits, GitLab self-hosted OAuth, and automation guides; English and other locales are untouched in this diff.
Reviewed by Cursor Bugbot for commit 747055a. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Tightens Spanish and French frontmatter
descriptionvalues that exceeded the 130–160 character SEO range, and expands one short Spanish description so each page has a unique snippet Google is likely to surface.Changes
es/and 8fr/descriptions that exceeded 160 characters (over which Google truncates).es/deploy/multi-repo.mdxdescription (123 → 144 chars) to clear the 130-character floor.Context
Audit scope: all MDX docs in the repo. English pages all passed. No missing/duplicate descriptions, no missing titles, no long or boilerplate titles. Chinese (
zh/) descriptions flagged as "short" by character count were left untouched because CJK character-length does not map to the Latin 130–160 SEO heuristic.Note
Low Risk
Metadata-only frontmatter edits on localized docs with no runtime, auth, or deployment logic changes.
Overview
Aligns Spanish and French doc pages with SEO metadata length guidance by editing only frontmatter
descriptionvalues—no page body or navigation changes.Eight
es/and eightfr/descriptions that were over ~160 characters are shortened so snippets are less likely to be truncated in search results.es/deploy/multi-repo.mdxis the exception on the short side: its description is lengthened (into the 130–160 band) so it meets the minimum length target.Wording is tightened in parallel across automations, CLI, credits, GitLab self-hosted OAuth, and automation guides; English and other locales are untouched in this diff.
Reviewed by Cursor Bugbot for commit 747055a. Bugbot is set up for automated code reviews on this repo. Configure here.