-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 2.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/assets/profile.jpg" />
<link rel="icon" href="./public/assets/profile.jpg" sizes="any" />
<link rel="icon" href="./public/assets/profile.jpg" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Explore the portfolio of Arif Miah, a MERN Stack Developer with expertise in React, Node.js, MongoDB, and Express. Discover projects, skills, and contact information for web development services." />
<meta name="keywords" content="Arif Miah, MERN Stack Developer, Full-Stack Web Developer, React Developer, Node.js Developer, MongoDB, JavaScript, portfolio, web developer, frontend, backend, full stack" />
<meta property="og:title" content="Arif Miah | MERN Stack Developer & Full-Stack Web Developer" />
<meta property="og:description" content="Check out Arif Miah’s portfolio featuring web development projects, skills, and contact information." />
<meta property="og:image" content="./public/assets/cover.png" />
<meta property="og:url" content="https://arifmiah.netlify.app" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Arif Miah | MERN Stack Developer & Full-Stack Web Developer" />
<meta name="twitter:description" content="Discover the portfolio of Arif Miah, showcasing projects in React, Node.js, and MongoDB." />
<meta name="twitter:image" content="./public/assets/cover.png" />
<meta name="author" content="Arif Miah" />
<meta name="robots" content="index, follow" />
<meta name="publisher" content="Arif Miah" />
<title>Arif Miah | MERN Stack Developer & Full-Stack Web Developer Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Arif Miah",
"jobTitle": "Full-Stack Web Developer",
"url": "https://arifmiah.netlify.app",
"sameAs": [
"https://www.linkedin.com/in/arifmiah01/",
"https://x.com/ArifMiah01",
"https://github.com/ArifMiah07",
"https://www.facebook.com/profile.php?id=61564664411937"
],
"worksFor": {
"@type": "Organization",
"name": "Freelance"
},
"email": "[email protected]"
}
</script>
</body>
</html>