Skip to content

Commit 3d08075

Browse files
authored
Merge pull request #390 from codeunia-dev/feat/mentors
feat: add title and meta description to layout for improved SEO
2 parents 489a775 + c6a36af commit 3d08075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default function RootLayout({
2727
return (
2828
<html lang="en" suppressHydrationWarning>
2929
<head>
30+
<title>Codeunia | Bridge the gap between campus and career</title>
31+
<meta name="description" content="Codeunia is a community platform connecting students with hackathons, events, internships, and career opportunities. Bridge the gap between campus and career." />
3032
{/* Critical CSS for above-the-fold content */}
3133
<style dangerouslySetInnerHTML={{
3234
__html: `

0 commit comments

Comments
 (0)