Title suffix length in SEO Preferences

Hi Dato,

I have a limitation in Title suffix length in SEO Preferences length.
The name of the client we have in more than 25 characters. Is there a way to bypass / override this limitation ?

Thanks for your help.

Sorry @ghislain.flandin, right now that’s hardcoded :frowning:

You can append it on the frontend on your own, or maybe make a new model/field to store it in, or maybe hack it into the Fallback description field’s first line (and then split it by \n)?

Let’s make this into a feature request though, and I’ll also mention it to the devs internally… doesn’t seem to me like it’s something we should be forcing you to do, especially since the 25 char limit for the suffix doesn’t seem to be dynamically calculated based on the title. :thinking:

1 Like

Thanks @roger

@ghislain.flandin,

Thanks again for your suggestion. We’ve changed this behavior to now longer explicitly force a character limit. It can be as long as you want now.

Please note that the previous other behaviors still apply:

  • If record title + suffix length <= 60 chars, our API will still automatically append it
  • If >60, the API will only return the title. You can separately/manually query the fallback suffix under _site.globalSeo.titleSuffix if needed.
  • Titles (by themselves) still cannot exceed 60 total chars

Thank you!