Skip to content

Commit 288798a

Browse files
author
mpawank
committed
updated seo
1 parent 9ccbf84 commit 288798a

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

surfsense_web/app/layout.tsx

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,33 +65,17 @@ export const metadata: Metadata = {
6565
title: "SurfSense – AI Assistant for Research & Knowledge Management",
6666
description:
6767
"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: "@surfsenseapp", // Replace with actual handle
68+
creator: "https://surfsense.net",
69+
site: "https://surfsense.net",
6970
images: [
7071
{
71-
url: "https://surfsense.net/og-image-twitter.png", // Consider a different image for Twitter
72+
url: "https://surfsense.net/og-image-twitter.png",
7273
width: 1200,
7374
height: 630,
7475
alt: "SurfSense AI Assistant Preview",
7576
},
7677
],
77-
},
78-
// Adding structured data (JSON-LD) for rich search results
79-
structuredData: {
80-
"@context": "https://schema.org",
81-
"@type": "WebSite",
82-
name: "SurfSense",
83-
description: "AI-powered research assistant that integrates with tools like Notion, GitHub, and Slack. Offers powerful search and knowledge management capabilities.",
84-
url: "https://surfsense.net",
85-
sameAs: [
86-
"https://twitter.com/surfsenseapp", // Replace with actual social links
87-
"https://www.linkedin.com/company/surfsense", // Replace with actual social links
88-
],
89-
potentialAction: {
90-
"@type": "SearchAction",
91-
target: "https://surfsense.net/search?q={search_term_string}",
92-
query: "{search_term_string}",
93-
},
94-
},
78+
}
9579
};
9680

9781
export default async function RootLayout({

0 commit comments

Comments
 (0)