mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +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'),
|
||||
applicationName: 'TrustLab',
|
||||
alternates: {
|
||||
canonical: '/',
|
||||
canonical: './',
|
||||
},
|
||||
title: {
|
||||
template: '%s | TrustLab - SSL & Certificate Management',
|
||||
|
||||
Reference in New Issue
Block a user