From 07c70c9fd5418c0a20183fdbc5578087bd65cf14 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:24:23 +0700 Subject: [PATCH] seo: add canonical and technical metadata tags --- src/app/layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3deb477..2106e52 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,6 +12,10 @@ import { I18nProvider } from '@/components/providers/I18nProvider'; export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'), + applicationName: 'TrustLab', + alternates: { + canonical: '/', + }, title: { template: '%s | TrustLab - SSL & Certificate Management', default: 'TrustLab | SSL & Certificate Management', @@ -62,6 +66,7 @@ export const metadata: Metadata = { verification: { google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc', }, + category: 'security', }; export default function RootLayout({