Skip to content

Commit

Permalink
seo
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsbhat committed Dec 20, 2024
1 parent 3dfd97b commit 063249c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ import { Toaster } from "@/components/ui/toaster";
import { ThemeProvider } from "@/components/theme-provider";

export const metadata: Metadata = {
title: "SealNotes",
description: "Lightweight Encrypted Notepad",
title: "SealNotes: Secure, Lightweight Encrypted Notepad for Privacy",
description: "SealNotes: A free, open-source encrypted notepad for secure and private note-taking. Enjoy rich text editing and complete privacy—no login required.",
icons: [{ rel: "icon", url: "/favicon.ico" }],
keywords: [
"encrypted notepad",
"secure note-taking",
"private notes",
"open-source notepad",
"rich text editing",
"offline note-taking",
"no login required",
"free notepad app",
"privacy-focused notes",
"secure writing tool"
],
};


export default function RootLayout({
children,
}: Readonly<{ children: React.ReactNode }>) {
Expand Down

0 comments on commit 063249c

Please sign in to comment.