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
Is it possible to make the cropping of the title and description only insert array parts that fit within the cropping limit?
Example: @page_title = ["super dynamic sales line", "perfect 5 out of 5 rating","Call us on xxxxxxxx","Fast Service","Free delivery"]
Currently it ends up to this:
<title>Super dynamic sales line - perfect 5 out of 5 rating - Call us on xxxxxxx - Fast</title>
Instead it should be:
<title>Super dynamic sales line - perfect 5 out of 5 rating - Call us on xxxxxxx</title>
Am I missing a setting, or is this a feature request?
The text was updated successfully, but these errors were encountered:
Hi
Is it possible to make the cropping of the title and description only insert array parts that fit within the cropping limit?
Example:
@page_title = ["super dynamic sales line", "perfect 5 out of 5 rating","Call us on xxxxxxxx","Fast Service","Free delivery"]
Currently it ends up to this:
<title>Super dynamic sales line - perfect 5 out of 5 rating - Call us on xxxxxxx - Fast</title>
Instead it should be:
<title>Super dynamic sales line - perfect 5 out of 5 rating - Call us on xxxxxxx</title>
Am I missing a setting, or is this a feature request?
The text was updated successfully, but these errors were encountered: