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'), metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'),
applicationName: 'TrustLab', applicationName: 'TrustLab',
alternates: { alternates: {
canonical: '/', canonical: './',
}, },
title: { title: {
template: '%s | TrustLab - SSL & Certificate Management', template: '%s | TrustLab - SSL & Certificate Management',