Skip to content

Commit

Permalink
SEO(Head): added seo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-shuvo committed Jun 11, 2024
1 parent ff3b6f8 commit 145adb4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@ import { Html, Head, Main, NextScript } from "next/document";

export default function Document() {
return (
<Html lang="en">
<Head />
<Html lang='en'>
<Head>
<meta charSet='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta title="Golam Kibria's Personal Website" />
<meta
name='description'
content="Golam Kibria's personal website. A software engineer based in Sylhet, Bangladesh."
/>
<meta name='author' content='Golam Kibria' />
<meta
name='keywords'
content='software engineer, web developer, freelancer, frontend developer, backend developer, full stack developer '
/>
</Head>

<body>
<Main />
<NextScript />
Expand Down

0 comments on commit 145adb4

Please sign in to comment.