Skip to content

Commit 57987ec

Browse files
authored
Merge pull request #93 from mpawank/main
seo optimization
2 parents 1d1523a + 445e02b commit 57987ec

File tree

1 file changed

+61
-29
lines changed

1 file changed

+61
-29
lines changed

surfsense_web/app/layout.tsx

Lines changed: 61 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,67 @@ const roboto = Roboto({
1515
});
1616

1717
export const metadata: Metadata = {
18-
title: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
19-
description:
20-
"Have your own private NotebookLM and Perplexity with better integrations.",
21-
openGraph: {
22-
images: [
23-
{
24-
url: "https://surfsense.net/og-image.png",
25-
width: 1200,
26-
height: 630,
27-
alt: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
28-
},
29-
],
30-
},
31-
twitter: {
32-
card: "summary_large_image",
33-
site: "https://surfsense.net",
34-
creator: "https://surfsense.net",
35-
title: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
36-
description:
37-
"Have your own private NotebookLM and Perplexity with better integrations.",
38-
images: [
39-
{
40-
url: "https://surfsense.net/og-image.png",
41-
width: 1200,
42-
height: 630,
43-
alt: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
44-
},
45-
],
46-
},
18+
title: "SurfSense – Customizable AI Research & Knowledge Management Assistant",
19+
description:
20+
"SurfSense is an AI-powered research assistant that integrates with tools like Notion, GitHub, Slack, and more to help you efficiently manage, search, and chat with your documents. Generate podcasts, perform hybrid search, and unlock insights from your knowledge base.",
21+
keywords: [
22+
"SurfSense",
23+
"AI research assistant",
24+
"AI knowledge management",
25+
"AI document assistant",
26+
"customizable AI assistant",
27+
"notion integration",
28+
"slack integration",
29+
"github integration",
30+
"hybrid search",
31+
"vector search",
32+
"RAG",
33+
"LangChain",
34+
"FastAPI",
35+
"LLM apps",
36+
"AI document chat",
37+
"knowledge management AI",
38+
"AI-powered document search",
39+
"personal AI assistant",
40+
"AI research tools",
41+
"AI podcast generator",
42+
"AI knowledge base",
43+
"AI document assistant tools",
44+
"AI-powered search assistant",
45+
],
46+
openGraph: {
47+
title: "SurfSense – AI Research & Knowledge Management Assistant",
48+
description:
49+
"Connect your documents and tools like Notion, Slack, GitHub, and more to your private AI assistant. SurfSense offers powerful search, document chat, podcast generation, and RAG APIs to enhance your workflow.",
50+
url: "https://surfsense.net",
51+
siteName: "SurfSense",
52+
type: "website",
53+
images: [
54+
{
55+
url: "https://surfsense.net/og-image.png",
56+
width: 1200,
57+
height: 630,
58+
alt: "SurfSense AI Research Assistant",
59+
},
60+
],
61+
locale: "en_US",
62+
},
63+
twitter: {
64+
card: "summary_large_image",
65+
title: "SurfSense – AI Assistant for Research & Knowledge Management",
66+
description:
67+
"Have your own NotebookLM or Perplexity, but better. SurfSense connects external tools, allows chat with your documents, and generates fast, high-quality podcasts.",
68+
creator: "https://surfsense.net",
69+
site: "https://surfsense.net",
70+
images: [
71+
{
72+
url: "https://surfsense.net/og-image-twitter.png",
73+
width: 1200,
74+
height: 630,
75+
alt: "SurfSense AI Assistant Preview",
76+
},
77+
],
78+
}
4779
};
4880

4981
export default async function RootLayout({

0 commit comments

Comments
 (0)