From 81591f81968cd6af468a5705cf33fe3c19f6edee Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:36:21 +0700 Subject: [PATCH] fix(seo): update canonical URL metadata to allow sub-page indexing --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 833b637..be6c02c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'), applicationName: 'TrustLab', alternates: { - canonical: '/', + canonical: './', }, title: { template: '%s | TrustLab - SSL & Certificate Management',