diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 499bfbd..909f150 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -12,7 +12,7 @@ const inter = Inter({ display: 'swap', }); -const SITE_URL = 'https://policyengine.org/us/keep-your-pay-act'; +const SITE_URL = 'https://www.policyengine.org/us/keep-your-pay-act'; export const metadata: Metadata = { title: 'Keep Your Pay Act Calculator', @@ -30,12 +30,22 @@ export const metadata: Metadata = { siteName: 'PolicyEngine', type: 'website', locale: 'en_US', + images: [ + { + url: 'https://www.policyengine.org/assets/posts/keep-your-pay-act-calculator.png', + width: 1200, + height: 630, + }, + ], }, twitter: { card: 'summary_large_image', title: 'Keep Your Pay Act Calculator', description: 'Calculate your personal and national tax impact under the Keep Your Pay Act.', + images: [ + 'https://www.policyengine.org/assets/posts/keep-your-pay-act-calculator.png', + ], }, other: { 'theme-color': '#2C7A7B', @@ -57,6 +67,27 @@ export default function RootLayout({ return (
+