We made it possible to create custom content in "html title", "meta description" and "meta keywords".
Like discussed somewhere else, we could
- refactor default content into config
- refactor multi-language options (at least for "meta description") into i18n language files (display them all)
example:
<meta name="description" lang="de" content="…" />
<meta name="description" lang="en" content="…" />
<meta name="description" lang="es" content="…" />
<meta name="description" lang="fr" content="…" />
We made it possible to create custom content in "html title", "meta description" and "meta keywords".
Like discussed somewhere else, we could
example: