Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/status.app/src/config/seo-overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export const SEO_OVERRIDES: Record<string, SeoOverride> = {
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:
Expand Down
Loading