Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion landing-astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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.';

Expand Down
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: [
Expand All @@ -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'],
},
Expand Down