mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
seo: add canonical and technical metadata tags
This commit is contained in:
@@ -12,6 +12,10 @@ import { I18nProvider } from '@/components/providers/I18nProvider';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'),
|
||||
applicationName: 'TrustLab',
|
||||
alternates: {
|
||||
canonical: '/',
|
||||
},
|
||||
title: {
|
||||
template: '%s | TrustLab - SSL & Certificate Management',
|
||||
default: 'TrustLab | SSL & Certificate Management',
|
||||
@@ -62,6 +66,7 @@ export const metadata: Metadata = {
|
||||
verification: {
|
||||
google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc',
|
||||
},
|
||||
category: 'security',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user