head: title length too long, but actual title is not #173
Labels
module:head
state:confirmed
This issue is confirmed.
type:bug
Bugfixes in codebase when something is not working.
There is an edge case where "{$pagetitle} {$separator} {$sitetitle}" results in a too long header title tag.
Change this via configuration (
dnb.head.config.variable_title(bool)
to the following behaviour:If page title + $separator + $sitetitle is greater than title max length then remove separator and sitetitle
Also add to the SEO meta widget to calculate only $pagetitle without the extensions
The text was updated successfully, but these errors were encountered: