Skip to content

Commit

Permalink
Update page metadata for SEO (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilac authored Mar 5, 2024
1 parent 124f33b commit 136ed89
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 19 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,25 @@ import Footer from "@/components/Footer";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "ChatBar",
description: "ChatGPT in the menu Bar",
title: "ChatBar - ChatGPT in the menu Bar",
description: "Elevate your ChatGPT experience with ChatBar, the ultimate ChatGPT app. Access OpenAI ChatGPT instantly from your menu bar on Windows, Mac, or Linux.",
keywords: [
"chatgpt",
"chat gpt",
"chatgpt app",
"chat openai",
"openai",
"open ai",
"gpt 4",
"ai chat",
"ai",
"chat",
"chatai",
"chatbot gpt",
"gpt chat",
"openai chat",
"openai chatgpt"
]
};

export default function RootLayout({
Expand Down

0 comments on commit 136ed89

Please sign in to comment.