mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
fix(seo): update canonical URL metadata to allow sub-page indexing
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user