diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3ff6246..e2be1525 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the usability and validation in the cash balance transfer from one to another account
+- Improved the localized meta data (keywords) in `html` files
## 2.15.0 - 2023-10-26
diff --git a/apps/api/src/middlewares/html-template.middleware.ts b/apps/api/src/middlewares/html-template.middleware.ts
index 24b8cf01..ba5112da 100644
--- a/apps/api/src/middlewares/html-template.middleware.ts
+++ b/apps/api/src/middlewares/html-template.middleware.ts
@@ -127,6 +127,10 @@ export const HtmlTemplateMiddleware = async (
}),
featureGraphicPath:
locales[path]?.featureGraphicPath ?? 'assets/cover.png',
+ keywords: i18nService.getTranslation({
+ languageCode,
+ id: 'metaKeywords'
+ }),
title:
locales[path]?.title ??
`${title} – ${i18nService.getTranslation({
diff --git a/apps/client/src/app/pages/i18n/i18n-page.html b/apps/client/src/app/pages/i18n/i18n-page.html
index eb9dc64a..b091ed4b 100644
--- a/apps/client/src/app/pages/i18n/i18n-page.html
+++ b/apps/client/src/app/pages/i18n/i18n-page.html
@@ -5,6 +5,10 @@
Ghostfolio is a personal finance dashboard to keep track of your assets
like stocks, ETFs or cryptocurrencies across multiple platforms.
+