From fedb4bcd76eedae793f461fffc370a9ffc986cbd Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 9 Apr 2026 13:29:34 -0700 Subject: [PATCH] fix: update metadata descriptions to emphasize privacy and data limits --- surfsense_web/app/layout.tsx | 6 +++--- surfsense_web/messages/en.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/surfsense_web/app/layout.tsx b/surfsense_web/app/layout.tsx index 8ebb0e848..31c6a7c18 100644 --- a/surfsense_web/app/layout.tsx +++ b/surfsense_web/app/layout.tsx @@ -38,7 +38,7 @@ export const viewport: Viewport = { export const metadata: Metadata = { title: "SurfSense - Open Source NotebookLM Alternative for Teams", description: - "Connect any LLM to your internal knowledge sources and chat with it in real time alongside your team. SurfSense is an open source alternative to NotebookLM, built for enterprise AI search and knowledge management.", + "An open source, privacy focused alternative to NotebookLM for teams with no data limits, built for enterprise AI search and knowledge management.", keywords: [ "enterprise ai", "enterprise search", @@ -85,7 +85,7 @@ export const metadata: Metadata = { openGraph: { title: "SurfSense - Open Source NotebookLM Alternative for Teams", description: - "Connect any LLM to your internal knowledge sources and chat with it in real time alongside your team. Open source enterprise AI search and knowledge management.", + "An open source, privacy focused alternative to NotebookLM for teams with no data limits. Open source enterprise AI search and knowledge management.", url: "https://surfsense.com", siteName: "SurfSense", type: "website", @@ -103,7 +103,7 @@ export const metadata: Metadata = { card: "summary_large_image", title: "SurfSense - Open Source NotebookLM Alternative for Teams", description: - "Connect any LLM to your internal knowledge sources and chat with it in real time alongside your team. Open source enterprise AI search and knowledge management.", + "An open source, privacy focused alternative to NotebookLM for teams with no data limits. Open source enterprise AI search and knowledge management.", creator: "https://surfsense.com", site: "https://surfsense.com", images: [ diff --git a/surfsense_web/messages/en.json b/surfsense_web/messages/en.json index a3a4e8853..e93e9ceaa 100644 --- a/surfsense_web/messages/en.json +++ b/surfsense_web/messages/en.json @@ -780,7 +780,7 @@ "homepage": { "hero_title_part1": "The AI Workspace", "hero_title_part2": "Built for Teams", - "hero_description": "Connect any LLM to your internal knowledge sources and chat with it in real time alongside your team.", + "hero_description": "An open source, privacy focused alternative to NotebookLM for teams with no data limits.", "cta_start_trial": "Start Free Trial", "cta_explore": "Explore", "integrations_title": "Integrations",