From 78025030ab94a45b09952ae58f840a86c85166f6 Mon Sep 17 00:00:00 2001 From: Kam Date: Fri, 29 May 2026 10:42:30 +0200 Subject: [PATCH] Add SEO overrides for '/learn' route Added SEO overrides for the '/learn' route with title and description. --- apps/status.app/src/config/seo-overrides.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/status.app/src/config/seo-overrides.ts b/apps/status.app/src/config/seo-overrides.ts index a43725d84..7c91c6379 100644 --- a/apps/status.app/src/config/seo-overrides.ts +++ b/apps/status.app/src/config/seo-overrides.ts @@ -49,6 +49,11 @@ export const SEO_OVERRIDES: Record = { description: 'Read deep dives into cryptography and human rights. Stay current with software releases and technical notes for your secure non-custodial crypto wallet.', }, + '/learn': { + title: 'Learn: Guides to Privacy, Security & Open Technology', + description: + 'In-depth technical content on privacy, cryptography, secure messaging, distributed networks, and the systems powering open communication technologies.', // ← COMMA NEEDED HERE + }, '/apps': { title: 'Download the Status Desktop App and Mobile App Suite', description: