fix(seo): update canonical URL metadata to allow sub-page indexing

This commit is contained in:
dyzulk
2026-01-06 17:36:21 +07:00
parent 305f26ab2f
commit 81591f8196

View File

@@ -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',