Skip to content

Commit 929eb9d

Browse files
committed
Adding Data for SEO
1 parent 6fdb166 commit 929eb9d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="./assets/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link href="./src/index.css" rel="stylesheet">
7+
<meta
8+
name="description"
9+
content="Welcome to my personal website! Here you can find my projects, blog posts, and more. This site is built with React, TypeScript, and Tailwind CSS."
10+
/>
11+
<meta
12+
name="keywords"
13+
content="portfolio, projects, blog, react, typescript, tailwind"
14+
/>
15+
<link href="./src/index.css" rel="stylesheet" />
816
<title>Safwan Sayeed</title>
917
</head>
1018
<body>

0 commit comments

Comments
 (0)