diff --git a/app/layout.js b/app/layout.js index b8fc43a..69c8408 100644 --- a/app/layout.js +++ b/app/layout.js @@ -14,8 +14,17 @@ export const metadata = { }; export default function RootLayout({ children }) { + + const siteUrl = "https://rapharehab.ca"; + const logoUrl = `${siteUrl}/assets/images/logo.png`; + return ( + + {/* ✅ Canonical Tag */} + + +
{/* Microsoft Clarity */} + + {/* ✅ Facebook Meta Pixel */} + + + {/* PhysiotherapyClinic Schema Markup */} + + @@ -56,6 +163,17 @@ export default function RootLayout({ children }) { > + {/* ✅ Facebook Pixel noscript fallback */} + + {children}