You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SEO: unique descriptions, OG dimensions, structured data, 404 status
- Add unique meta descriptions to all pages (index, about, cv, posts, tags, archives, search)
- Pass description from AboutLayout frontmatter to Layout head
- Add OG image dimensions (1200x630), og:site_name, og:locale
- Add Twitter image dimensions and twitter:creator
- Improve structured data: Person schema with sameAs social links, description on WebSite
- Set HTTP 404 status code on 404 page
Copy file name to clipboardExpand all lines: src/pages/about.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: ../layouts/AboutLayout.astro
3
3
title: "About"
4
+
description: "Argha Ray — software engineer with nine years in production backend systems at Motorola Solutions. Building agent infrastructure, tool orchestration, and knowledge systems. Based in Bangalore, open to remote roles in Europe."
4
5
---
5
6
6
7
I'm Argha — a software engineer in Bangalore with nine years of building things that run in production.
Copy file name to clipboardExpand all lines: src/pages/cv.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
layout: ../layouts/AboutLayout.astro
3
3
title: "CV"
4
+
description: "CV of Argha Ray — Senior Software Engineer at Motorola Solutions. Nine years in Java, C#, TypeScript, Python. RBAC engines, HA PostgreSQL, deployment tooling, agent engineering. Open to remote roles."
<Layoutdescription="Argha Ray — software engineer at Motorola Solutions. Nine years in production backend systems. Building agent infrastructure and writing about what works.">
0 commit comments