Skip to content

Commit 28b5f60

Browse files
committed
Fix: SEO changes
1 parent e1f219e commit 28b5f60

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

public/Jenish-MS.webp

8.01 KB
Binary file not shown.
File renamed without changes.

src/components/Landing.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</div>
108108
<div data-aos="fade-left" data-aos-duration="1000">
109109
<img
110-
src="/Jenish MS.png"
110+
src="/Jenish-MS.webp"
111111
alt="Jenish MS | Software Engineer"
112112
class="avatar-img w-full max-h-1/2"
113113
/>

src/components/sidebar/ProfileDetails.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ import ProfileDetailsLinkRow from './ProfileDetailsLinkRow.astro';
44
---
55
<div>
66
<!-- <img src="https://avatars.githubusercontent.com/u/67511470?s=800&u=5ed093cbf325afcb147aefae386a4567eb62a602&v=4" class="avatar-img h-auto w-full" /> -->
7-
<img src="/Jenish MS.png" alt="Jenish MS | Software Engineer" class="avatar-img h-auto w-full" />
7+
<img src="/Jenish-MS.webp" alt="Jenish MS | Software Engineer" class="avatar-img h-auto w-full" />
88
<h2>Jenish MS</h2>
99
<p class="text-gray-400">Software Engineer</p>
1010
<!-- Location -->
1111
<ProfileDetailsRow label="Chennai, India">
12-
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" strokeWidth="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
13-
<path strokeLinecap="round" strokeLinejoin="round" d="M15 10.5a3 3 0 11-6 0 3 3 0 016 0z"></path>
14-
<path strokeLinecap="round" strokeLinejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z"></path>
12+
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
13+
<path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 11-6 0 3 3 0 016 0z"></path>
14+
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z"></path>
1515
</svg>
1616
</ProfileDetailsRow>
1717

1818
<!-- Email -->
1919
<ProfileDetailsRow label="jenishmstephen@gmail.com">
20-
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" strokeWidth="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
21-
<path strokeLinecap="round" strokeLinejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"></path>
20+
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
21+
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"></path>
2222
</svg>
2323
</ProfileDetailsRow>
2424

2525
<!-- Mobile Number -->
2626
<ProfileDetailsRow label="+91 9487607371">
27-
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" strokeWidth="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
28-
<path strokeLinecap="round" strokeLinejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"></path>
27+
<svg fill="none" class="w-5 h-5 text-gray-500" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
28+
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"></path>
2929
</svg>
3030
</ProfileDetailsRow>
3131

src/layouts/Layout.astro

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const { title } = Astro.props;
6161
/>
6262
<meta
6363
property="og:image"
64-
content="https://www.jenishms.in/images/Jenish MS.jpg"
64+
content="https://www.jenishms.in/images/Jenish-MS.jpg"
6565
/>
6666

6767
<!-- Twitter -->
@@ -77,7 +77,7 @@ const { title } = Astro.props;
7777
/>
7878
<meta
7979
property="twitter:image"
80-
content="https://www.jenishms.in/images/Jenish MS.jpg"
80+
content="https://www.jenishms.in/images/Jenish-MS.jpg"
8181
/>
8282

8383
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
@@ -119,28 +119,33 @@ const { title } = Astro.props;
119119
<script type="application/ld+json">
120120
{
121121
"@context": "https://schema.org",
122+
"@id": "https://www.jenishms.in/#jenishms",
122123
"@type": "Person",
123124
"name": "Jenish MS",
124-
"alternateName": "Jenish M S",
125+
"alternateName": "Jenish MS",
125126
"url": "https://www.jenishms.in",
126-
"image": "https://www.jenishms.in/Jenish%20MS.png",
127+
"description": "As an Energetic Software Engineer with over 7+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community.",
128+
"image": {
129+
"@type": "ImageObject",
130+
"contentUrl": "https://www.jenishms.in/images/Jenish-MS.jpg"
131+
},
127132
"jobTitle": "Senior Software Engineer",
128133
"worksFor": {
129134
"@type": "Organization",
130135
"name": "Peninsular Research Operation"
131136
},
137+
"knowsAbout": ["Mobile App Development", "Full Stack Development", "Angular", "Flutter", "Open Source", "Software Engineering", "Web Application Development", "Azure"],
132138
"sameAs": [
133139
"https://www.linkedin.com/in/jenishms",
134140
"https://github.com/JenishMS",
135141
"https://x.com/JenishMS7",
136142
"https://jenishms.medium.com"
137-
],
138-
"description": "As an Energetic Software Engineer with over 6+ years of experience, I specialize in App development and Full-Stack development. I possess a tenacious attitude, continuously seeking opportunities for personal growth and skill enhancement to consistently evolve and excel in my craft. Additionally, I actively contribute to Open-Source projects, aiming to foster collaborative innovation within the software development community."
139-
}
140-
</script>
143+
]
144+
}</script>
141145
<script type="application/ld+json">
142146
{
143147
"@context": "https://schema.org",
148+
"@id": "https://www.jenishms.in/#jenishms_website",
144149
"@type": "WebSite",
145150
"name": "Jenish MS",
146151
"url": "https://www.jenishms.in"

0 commit comments

Comments
 (0)