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
The current implementation for SEO title isn't flexible enough. site.Title should only be used as fallback for title stored in CF settings. It should be easy in projects to change the SEO title schema ($page.title | site.Title) without the need to overwrite partials/utils/seo/private/get-data.html.
(...) we should either only use this scheme when seo_title is not explicitly set, or make it configurable with some kind of variable substitution. Maybe we could use the i18n function for that?
{{ i18n "title_schema" . }}
The text was updated successfully, but these errors were encountered:
The current implementation for SEO title isn't flexible enough.
site.Title
should only be used as fallback for title stored in CF settings. It should be easy in projects to change the SEO title schema ($page.title | site.Title) without the need to overwritepartials/utils/seo/private/get-data.html
.Addition by @bezoerb from here (#27 (comment)).
The text was updated successfully, but these errors were encountered: