From 74c9be8c323c6ad4a32195aa94b9fdc4c30349f5 Mon Sep 17 00:00:00 2001 From: Sarthak Agrawal Date: Fri, 7 Aug 2026 23:56:31 +0530 Subject: [PATCH] SEO: RolePatch homepage title for job application resume intent --- landing-astro/src/pages/index.astro | 2 +- src/app/layout.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/landing-astro/src/pages/index.astro b/landing-astro/src/pages/index.astro index 0d62fa5..bea1835 100644 --- a/landing-astro/src/pages/index.astro +++ b/landing-astro/src/pages/index.astro @@ -9,7 +9,7 @@ import Icon from '@/components/Icon.astro'; // Worker still owns /dashboard, /tools, /pricing, /privacy, /terms, // so internal links resolve unchanged. -const TITLE = 'RolePatch — Reviewed Apply Agent with Resume Tailoring'; +const TITLE = 'RolePatch — AI resume tailoring with review for job applications'; const DESCRIPTION = 'Tailor resumes, prepare application packets, fill ATS forms with a Chrome extension, and keep reviewed receipts for every application.'; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73c38fb..ba3e78d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -38,7 +38,7 @@ export const metadata: Metadata = { }, title: { - default: 'RolePatch — AI Resume Tailoring with Diff View', + default: 'RolePatch — AI resume tailoring for job applications', template: '%s | RolePatch', }, description: @@ -64,7 +64,7 @@ export const metadata: Metadata = { locale: 'en_US', url: 'https://rolepatch.com', siteName: 'RolePatch', - title: 'RolePatch — AI Resume Tailoring with Diff View', + title: 'RolePatch — AI resume tailoring for job applications', description: 'Tailor your resume to any job description with AI. See exactly what changed word by word.', images: [ @@ -80,7 +80,7 @@ export const metadata: Metadata = { card: 'summary_large_image', site: '@sarthakcodes', creator: '@sarthakcodes', - title: 'RolePatch — AI Resume Tailoring with Diff View', + title: 'RolePatch — AI resume tailoring for job applications', description: 'Tailor your resume to any job description with AI. See exactly what changed.', images: ['/og-image.png'], },