From 7872d5c7e7c5ee29855d352a53ea2c12d1bb6aea Mon Sep 17 00:00:00 2001 From: rahul-aot Date: Mon, 12 Jan 2026 06:29:46 -0800 Subject: [PATCH] refactor: Enhance SEO and structured data in index.html for better visibility and performance --- index.html | 178 +++++++++++++--------------------------- public/site.webmanifest | 47 ----------- 2 files changed, 56 insertions(+), 169 deletions(-) delete mode 100644 public/site.webmanifest diff --git a/index.html b/index.html index 2886f49..b1db749 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,59 @@ - + Rahul A P | Software Engineer | Full-Stack & GenAI Developer - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - @@ -187,4 +121,4 @@

Rahul A P - Software Engineer

- \ No newline at end of file + diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100644 index 304afac..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "Rahul A P", - "short_name": "Rahul A P", - "start_url": "/", - "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#0a0a0a", - "description": "Rahul A P, Software Engineer at AOT Technologies", - "icons": [ - { - "src": "/favicon16.png", - "sizes": "16x16", - "type": "image/png" - }, - { - "src": "/favicon32.png", - "sizes": "32x32", - "type": "image/png" - }, - { - "src": "/favicon64.png", - "sizes": "64x64", - "type": "image/png" - }, - { - "src": "/favicon96.png", - "sizes": "96x96", - "type": "image/png" - }, - { - "src": "/favicon192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/favicon512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "/apple-touch-icon.png", - "sizes": "180x180", - "type": "image/png", - "purpose": "maskable" - } - ] -}