Skip to content

Commit 3861e06

Browse files
authored
Merge pull request #517 from Anmol-Baranwal/hack_meta_tags
feat: add meta tags for SEO and discord
2 parents 992e558 + 57093eb commit 3861e06

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

backup src/pages/index.js

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,30 @@ 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"/>
13-
<meta property="og:title" content="WebXDAO - OpenSource Community"/>
14-
<meta property="og:image" content="https://github.com/WebXDAO.png"/>
15-
<meta property="og:url" content="https://webxdao.xyz"/>
16-
<meta property="og:type" content="website"/>
17-
<meta property="og:locale" content="en_US"/>
18-
<meta property="og:description" content="We are an OpenSource community working around the future of the web. Learn Blockchain technology together."/>
19-
9+
<meta
10+
name="description"
11+
content="We are an OpenSource community working around the future of the web. Learn Blockchain technology together."
12+
/>
13+
<meta name="keywords" content="WebXDAO,Web,Web3,Blockchain,OpenSource,DAO" />
14+
<meta name="viewport" content="width=device-width, initial-scale=1" />
15+
<meta name="author" content="WebXDAO community" />
16+
<meta property="og:title" content="WebXDAO - OpenSource Community" />
17+
<meta property="og:image" content="https://github.com/WebXDAO.png" />
18+
<meta property="og:url" content="https://webxdao.xyz" />
19+
<meta property="og:type" content="website" />
20+
<meta property="og:locale" content="en_US" />
21+
<meta
22+
property="og:description"
23+
content="We are an OpenSource community working around the future of the web. Learn Blockchain technology together."
24+
/>
25+
<meta name="language" content="English" />
26+
<meta name="linkedin:profile" content="" />
27+
<meta property="instagram:username" content="" />
28+
<meta name="twitter:site" content="https://twitter.com/WebXDAO" />
29+
<meta property="discord:server" content="835424705410236427" />
30+
<meta property="discord:invite" content="https://discord.webxdao.xyz/" />
2031
</Head>
21-
<div className="flex flex-col h-screen">
32+
<div className="flex h-screen flex-col">
2233
<Hero />
2334
</div>
2435
</>

0 commit comments

Comments
 (0)