Skip to content

Commit ef13349

Browse files
authored
Merge pull request #399 from Avinash905/avinash905-meta
Added meta tags
2 parents 54165fa + bb00781 commit ef13349

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

src/pages/index.js

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,33 @@ export default function Main() {
77
<>
88
<Head>
99
<title>DevsInTech</title>
10-
<meta name="description" content="DevsInTech Community website" />
10+
<meta name="description" content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space." />
11+
{/* Primary Meta Tags */}
12+
<meta name="title" content="DevsInTech" />
13+
<meta
14+
name="description"
15+
content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
16+
/>
17+
<meta name="language" content="en" />
18+
<meta name="keywords" content="DevsInTech, community, developers, tech professionals, enthusiasts, open source community, opportunities, workshops, webinars, industry experts, programming languages, frameworks, software development methodologies, emerging technologies, tech talks, panel discussions, latest trends, best practices, real-world experiences, valuable insights, inspiring conversations, networking, community events, meetups, conferences, idea sharing, collaboration, professional relationships." />
19+
<meta name="author" content="DevsInTech" />
20+
<meta name="robots" content="index, follow" />
21+
<meta name="revisit-after" content="7 days" />
22+
23+
{/* Open Graph / Facebook */}
24+
<meta property="og:type" content="website" />
25+
<meta property="og:site_name" content="DevsInTech" />
26+
<meta property="og:url" content="https://devsintech.vercel.app/" />
27+
<meta property="og:title" content="DevsInTech" />
28+
<meta
29+
property="og:description"
30+
content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
31+
/>
32+
<meta property="og:image" content="https://github.com/devs-in-tech/DevsInTech/assets/56786344/557c4bbc-0141-4225-9eff-a5d1d0af95e4" />
33+
34+
{/* Twitter */}
35+
<meta name="twitter:card" content="summary_large_image" />
36+
<meta property="twitter:url" content="https://devsintech.vercel.app/" />
1137
<link rel="icon" href="/logo2.png" />
1238
</Head>
1339
<Home />

0 commit comments

Comments
 (0)