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
Trim overlong meta descriptions on the Spanish and French advanced-support pages so they fit Google's ~160-character snippet limit.
Changes
es/advanced-support.mdx: shortened description from 161 → 151 characters.
fr/advanced-support.mdx: shortened description from 179 → 153 characters.
Context
Triggered by the merge of #6177, which updated the comparison table on the advanced-support pages. The SEO audit flagged the ES and FR descriptions as exceeding the 160-character limit; EN and ZH already pass.
Note
Low Risk
Documentation-only SEO metadata edits with no runtime, auth, or data-handling impact.
Overview
Shortens the frontmatter description on the Spanish and French advanced-support pages so they stay within Google’s ~160-character snippet limit.
Spanish copy tightens wording around faster support (e.g. “respuestas más rápidas” instead of longer phrasing about response times). French drops the opening “Bénéficiez d’un” and uses similar compression while keeping premium support, dedicated CSM, and priority assistance. Page body and EN/ZH descriptions are unchanged.
Reviewed by Cursor Bugbot for commit 3ec2e1b. 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
Trim overlong meta descriptions on the Spanish and French
advanced-supportpages so they fit Google's ~160-character snippet limit.Changes
es/advanced-support.mdx: shortened description from 161 → 151 characters.fr/advanced-support.mdx: shortened description from 179 → 153 characters.Context
Triggered by the merge of #6177, which updated the comparison table on the
advanced-supportpages. The SEO audit flagged the ES and FR descriptions as exceeding the 160-character limit; EN and ZH already pass.Note
Low Risk
Documentation-only SEO metadata edits with no runtime, auth, or data-handling impact.
Overview
Shortens the frontmatter
descriptionon the Spanish and Frenchadvanced-supportpages so they stay within Google’s ~160-character snippet limit.Spanish copy tightens wording around faster support (e.g. “respuestas más rápidas” instead of longer phrasing about response times). French drops the opening “Bénéficiez d’un” and uses similar compression while keeping premium support, dedicated CSM, and priority assistance. Page body and EN/ZH descriptions are unchanged.
Reviewed by Cursor Bugbot for commit 3ec2e1b. Bugbot is set up for automated code reviews on this repo. Configure here.