From 3f30ba00e776a43feaa3be848315bfc656b9dae6 Mon Sep 17 00:00:00 2001 From: Sarthak Agrawal Date: Wed, 5 Aug 2026 16:50:52 +0530 Subject: [PATCH] fix(seo): normalize RolePatch brand metadata --- landing-astro/src/layouts/Layout.astro | 1 + landing-astro/src/pages/index.astro | 1 + src/app/layout.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/landing-astro/src/layouts/Layout.astro b/landing-astro/src/layouts/Layout.astro index 1d0b626..7554381 100644 --- a/landing-astro/src/layouts/Layout.astro +++ b/landing-astro/src/layouts/Layout.astro @@ -19,6 +19,7 @@ const jsonLd = { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'RolePatch', + alternateName: ['Role Patch', 'rolepatch.com'], applicationCategory: 'BusinessApplication', operatingSystem: 'Web', url: SITE_URL, diff --git a/landing-astro/src/pages/index.astro b/landing-astro/src/pages/index.astro index d6dc2dd..0d62fa5 100644 --- a/landing-astro/src/pages/index.astro +++ b/landing-astro/src/pages/index.astro @@ -100,6 +100,7 @@ const softwareAppJsonLd = { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'RolePatch', + alternateName: ['Role Patch', 'rolepatch.com'], applicationCategory: 'BusinessApplication', operatingSystem: 'Web Browser', url: 'https://rolepatch.com', diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 68a44af..73c38fb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -117,7 +117,7 @@ export default function RootLayout({