-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (63 loc) · 3.38 KB
/
Copy pathindex.html
File metadata and controls
74 lines (63 loc) · 3.38 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rushi Chudasama | React Developer Portfolio</title>
<link rel="preconnect" href="https://rushichudasama.netlify.app" />
<link rel="dns-prefetch" href="https://api.github.com" />
<link rel="dns-prefetch" href="https://formsubmit.co" />
<link rel="preload" as="image" href="/spinner-320w.webp" fetchpriority="high"
imagesrcset="/spinner-320w.webp 320w, /spinner-480w.webp 480w, /spinner-560w.webp 560w, /spinner-600w.webp 600w"
imagesizes="(max-width: 575px) 320px, (max-width: 768px) 480px, (max-width: 992px) 560px, 600px" />
<link rel="canonical" href="https://rushichudasama.netlify.app/" />
<!-- SEO Meta Tags -->
<meta name="description"
content="I'm Rushi Chudasama, a React.js developer and Vibe Code Cleanup Specialist passionate about building user-friendly web applications. Check out my portfolio and projects!" />
<meta name="keywords"
content="Rushi Chudasama, React Developer, Frontend Developer, Vibe Code Cleanup Specialist, JavaScript, TypeScript, Portfolio, Ahmedabad Developer, Web Developer, React.js, Framer Motion, Tailwind CSS" />
<meta name="author" content="Rushi Chudasama" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph (For Facebook & LinkedIn Sharing) -->
<meta property="og:title" content="Rushi Chudasama | React Developer Portfolio" />
<meta property="og:description"
content="Explore my projects and experience as a frontend developer and Vibe Code Cleanup Specialist specializing in React.js, TypeScript, and Tailwind CSS. Building modern, performant web applications." />
<meta property="og:image" content="https://rushichudasama.netlify.app/og-image.jpg" />
<meta property="og:url" content="https://rushichudasama.netlify.app/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Rushi Chudasama Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card (For Twitter Sharing) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Rushi Chudasama | React Developer Portfolio" />
<meta name="twitter:description"
content="Frontend Developer and Vibe Code Cleanup Specialist specializing in React.js, TypeScript, and modern web technologies. Check out my projects and experience!" />
<meta name="twitter:image" content="https://rushichudasama.netlify.app/twitter-image.jpg" />
<meta name="twitter:creator" content="@rushi_dev" />
<link rel="icon" type="image/png" href="/favicon.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Rushi Chudasama",
"url": "https://rushichudasama.netlify.app/",
"sameAs": [
"https://www.linkedin.com/in/rushi-chudasama/",
"https://github.com/rushi-chudasama",
"https://twitter.com/rushi_dev"
],
"jobTitle": "Frontend Developer & Vibe Code Cleanup Specialist",
"worksFor": {
"@type": "Organization",
"name": "Bacancy Technologies"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>