From 19cb7b0abe32531a005c7ed2d316ea9b1d2c665f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:49:14 +0000 Subject: [PATCH 1/4] Initial plan From b760dc7ee410f99084d51891bc6935c6cdb2f0ba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:53:16 +0000 Subject: [PATCH 2/4] Enhance SEO optimization for "Shaswat Kureel" search ranking Co-authored-by: syntax-error002 <186195481+syntax-error002@users.noreply.github.com> --- index.html | 92 ++++++++++++++++++++++++++++++++++++++++------ public/sitemap.xml | 12 +++--- 2 files changed, 87 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 9769acf..3849e0c 100644 --- a/index.html +++ b/index.html @@ -7,30 +7,34 @@ - Shaswat kureel - Portfolio & Collab - + Shaswat Kureel - Portfolio | Web Developer & Software Engineer + + content="Shaswat Kureel is a skilled Web Developer and Software Engineer specializing in React, TypeScript, and modern web technologies. Explore my portfolio of innovative projects, technical skills, and professional experience. Available for collaboration and new opportunities." /> + content="Shaswat Kureel, Shaswat, Kureel, Portfolio, Web Developer, Software Engineer, React Developer, Frontend Developer, TypeScript, JavaScript, Full Stack Developer, UI/UX Designer, Coding, Programming, Software Development, Web Design" /> - + + - + - + content="Shaswat Kureel is a skilled Web Developer and Software Engineer specializing in React, TypeScript, and modern web technologies. Explore my portfolio of innovative projects and professional experience." /> + + + - + - + content="Shaswat Kureel is a skilled Web Developer and Software Engineer specializing in React, TypeScript, and modern web technologies. Explore my portfolio of innovative projects." /> + + + + + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index b33ae24..85cecc8 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,19 +2,19 @@ https://shaswatkureel.com/ - 2024-12-20 - monthly + 2025-12-20 + weekly 1.0 - https://shaswatkureel.com/projects - 2024-12-20 - monthly + https://shaswatkureel.com/all-projects + 2025-12-20 + weekly 0.8 https://shaswatkureel.com/collab - 2024-12-20 + 2025-12-20 monthly 0.7 From 153d6e60263305e371e6d49329b55465b87152b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:54:22 +0000 Subject: [PATCH 3/4] Address code review feedback: remove SearchAction and adjust changefreq Co-authored-by: syntax-error002 <186195481+syntax-error002@users.noreply.github.com> --- index.html | 5 ----- public/sitemap.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index 3849e0c..08ca0cb 100644 --- a/index.html +++ b/index.html @@ -85,11 +85,6 @@ "author": { "@type": "Person", "name": "Shaswat Kureel" - }, - "potentialAction": { - "@type": "SearchAction", - "target": "https://shaswatkureel.com/?q={search_term_string}", - "query-input": "required name=search_term_string" } } diff --git a/public/sitemap.xml b/public/sitemap.xml index 85cecc8..828dd33 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -9,7 +9,7 @@ https://shaswatkureel.com/all-projects 2025-12-20 - weekly + monthly 0.8 From fe497b2b7836ff5f10d72d36590f4020253b10c9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Dec 2025 12:04:24 +0000 Subject: [PATCH 4/4] Fix Vercel deployment: rename hero.css to Hero.css for case-sensitive builds Co-authored-by: syntax-error002 <186195481+syntax-error002@users.noreply.github.com> --- src/components/{hero.css => Hero.css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/{hero.css => Hero.css} (100%) diff --git a/src/components/hero.css b/src/components/Hero.css similarity index 100% rename from src/components/hero.css rename to src/components/Hero.css