From 845d366bf02ce8d2645dde81c7e2e9b8512d7532 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Tue, 28 Oct 2025 10:27:08 +0530 Subject: [PATCH] canonical tag and schema and meta pixel added --- app/layout.js | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) 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}