mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +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 = {
|
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',
|
||||||
|
alternates: {
|
||||||
|
canonical: '/',
|
||||||
|
},
|
||||||
title: {
|
title: {
|
||||||
template: '%s | TrustLab - SSL & Certificate Management',
|
template: '%s | TrustLab - SSL & Certificate Management',
|
||||||
default: 'TrustLab | SSL & Certificate Management',
|
default: 'TrustLab | SSL & Certificate Management',
|
||||||
@@ -62,6 +66,7 @@ export const metadata: Metadata = {
|
|||||||
verification: {
|
verification: {
|
||||||
google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc',
|
google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc',
|
||||||
},
|
},
|
||||||
|
category: 'security',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user