diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index 1931428..28e65e8 100644 --- a/src/app/(public)/page.tsx +++ b/src/app/(public)/page.tsx @@ -2,7 +2,7 @@ import { Metadata } from "next"; import HomeClient from "./HomeClient"; export const metadata: Metadata = { - title: "Welcome to TrustLab", + title: "Home", description: "Advanced Certificate Authority and PKI Management System. Issue and manage SSL/TLS certificates and API keys with ease.", }; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b8e89e2..caaf734 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ import { I18nProvider } from '@/components/providers/I18nProvider'; export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || 'https://trustlab.dyzulk.com'), title: { - template: '%s | TrustLab - PKI & Certificate Management', - default: 'TrustLab - Secure PKI & Certificate Management System', + template: '%s | TrustLab', + default: 'TrustLab | SSL & Certificate Management', }, description: 'Enterprise-grade Certificate Authority and PKI Management System. Securely manage SSL/TLS certificates, internal CAs, and digital signatures.', keywords: ['PKI', 'Certificate Authority', 'SSL', 'TLS', 'Security', 'Encryption', 'DevOps', 'Certificate Management'], @@ -37,7 +37,7 @@ export const metadata: Metadata = { locale: 'en_US', url: 'https://trustlab.dyzulk.com', siteName: 'TrustLab', - title: 'TrustLab - Secure PKI & Certificate Management', + title: 'TrustLab | SSL & Certificate Management', description: 'Enterprise-grade Certificate Authority and PKI Management System.', images: [ { @@ -50,7 +50,7 @@ export const metadata: Metadata = { }, twitter: { card: 'summary_large_image', - title: 'TrustLab - PKI & Certificate Management', + title: 'TrustLab | SSL & Certificate Management', description: 'Securely manage SSL/TLS certificates and internal CAs with TrustLab.', images: ['/banner.png'], creator: '@dyzulk',