Fix #116 - Max size of <g:title> should be 150 characters instead of 70 - #117
Open
eballetbaz wants to merge 6 commits into
Open
Fix #116 - Max size of <g:title> should be 150 characters instead of 70#117eballetbaz wants to merge 6 commits into
eballetbaz wants to merge 6 commits into
Conversation
Feature short title
icemansparks
added a commit
to kamewi/gshoppingflux
that referenced
this pull request
Apr 28, 2026
- title_limit: 70 -> 150 chars per current Google spec. https://support.google.com/merchants/answer/7052112 Module was truncating titles to 70 which clipped descriptive product names and reduced relevance signals. - Truncation check now compares against the appended title (with color/material/pattern/size suffix) instead of the raw product name, so the suffix is also bounded. - New <g:short_title> field (65 chars, derived from raw product name without suffix) per Google spec for variant catalogs. https://support.google.com/merchants/answer/11551083 Backport of upstream PR d1m007#117 / fixes upstream d1m007#116 + d1m007#118.
icemansparks
added a commit
to kamewi/gshoppingflux
that referenced
this pull request
Aug 21, 2026
- title_limit: 70 -> 150 chars per current Google spec. https://support.google.com/merchants/answer/7052112 Module was truncating titles to 70 which clipped descriptive product names and reduced relevance signals. - Truncation check now compares against the appended title (with color/material/pattern/size suffix) instead of the raw product name, so the suffix is also bounded. - New <g:short_title> field (65 chars, derived from raw product name without suffix) per Google spec for variant catalogs. https://support.google.com/merchants/answer/11551083 Backport of upstream PR d1m007#117 / fixes upstream d1m007#116 + d1m007#118.
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.
No description provided.