diff --git a/packages/ui/components/head-seo/HeadSeo.tsx b/packages/ui/components/head-seo/HeadSeo.tsx index 977a9d42f5..d6bf70f445 100644 --- a/packages/ui/components/head-seo/HeadSeo.tsx +++ b/packages/ui/components/head-seo/HeadSeo.tsx @@ -77,6 +77,7 @@ export const HeadSeo = (props: HeadSeoProps): JSX.Element => { // Get the current URL from the window object const url = getBrowserInfo()?.url; + console.log("[HeadSeo] - url: ", url); // Check if the URL is from cal.com const isCalcom = url && new URL(url).hostname.endsWith("cal.com"); // Get the router's path