Skip to content

Commit 0e4ea81

Browse files
authored
Merge pull request #225 from Anurag30112003/metadata
chore: added metadata tags
2 parents bb36636 + 6eea81c commit 0e4ea81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export default function Home({ articles }) {
66
<>
77
<Head>
88
<title>WebXDAO - Opensource Community</title>
9+
<meta name="description" content="We are an opensource community working around the future of the web. Learn blockchain technology together. "/>
10+
<meta name="keywords" content="WebXDAO,Web,Web3,Blockchain,OpenSource,DAO"/>
11+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
12+
<meta name="author" content="WebXDAO community">
913
</Head>
1014
<div className="flex flex-col h-screen">
1115
<Hero />

0 commit comments

Comments
 (0)