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({