seo: add canonical and technical metadata tags

This commit is contained in:
dyzulk
2026-01-01 18:24:23 +07:00
parent f6c1ffda58
commit 07c70c9fd5

View File

@@ -12,6 +12,10 @@ import { I18nProvider } from '@/components/providers/I18nProvider';
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'), metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'),
applicationName: 'TrustLab',
alternates: {
canonical: '/',
},
title: { title: {
template: '%s | TrustLab - SSL & Certificate Management', template: '%s | TrustLab - SSL & Certificate Management',
default: 'TrustLab | SSL & Certificate Management', default: 'TrustLab | SSL & Certificate Management',
@@ -62,6 +66,7 @@ export const metadata: Metadata = {
verification: { verification: {
google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc', google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc',
}, },
category: 'security',
}; };
export default function RootLayout({ export default function RootLayout({