Skip to content

Commit c6a36af

Browse files
committed
feat: add title and meta description to layout for improved SEO
1 parent 24f866a commit c6a36af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)