Skip to content

Fix #116 - Max size of <g:title> should be 150 characters instead of 70 - #117

Open
eballetbaz wants to merge 6 commits into
d1m007:masterfrom
eballetbaz:max_size_title_150_characters
Open

Fix #116 - Max size of <g:title> should be 150 characters instead of 70#117
eballetbaz wants to merge 6 commits into
d1m007:masterfrom
eballetbaz:max_size_title_150_characters

Conversation

@eballetbaz

Copy link
Copy Markdown

No description provided.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants