Skip to content

Commit

Permalink
Update SEO and Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 committed Aug 2, 2024
1 parent f98e7c1 commit 1e19dee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
Binary file modified src/app/favicon.ico
Binary file not shown.
28 changes: 26 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,32 @@ import './globals.css';
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: 'Awesome Github Repos',
description: 'Generated by create next app',
title: 'Awesome GitHub Repos',
description:
'Search and filter GitHub repositories based on stars, language, and topics. Explore popular repositories and discover new projects.',
openGraph: {
title: 'Awesome GitHub Repos',
description:
'Search and filter GitHub repositories based on stars, language, and topics. Explore popular repositories and discover new projects.',
url: 'https://sivamani-18.github.io/awesome-github-repos/', // Replace with your domain
type: 'website',
},
twitter: {
card: 'summary_large_image',
title: 'Awesome GitHub Repos',
description:
'Search and filter GitHub repositories based on stars, language, and topics. Explore popular repositories and discover new projects.',
// creator: '@yourtwitterhandle', // Replace with your Twitter handle
},
keywords: [
'GitHub',
'Repositories',
'Search',
'Filter',
'Stars',
'Language',
'Topics',
],
};

export default function RootLayout({
Expand Down

0 comments on commit 1e19dee

Please sign in to comment.