style: cleanup title redundancy and update tagline to SSL & Certificate Management

This commit is contained in:
dyzulk
2026-01-01 18:15:31 +07:00
parent 8137f50ba1
commit d009bb3a55
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { Metadata } from "next";
import HomeClient from "./HomeClient"; import HomeClient from "./HomeClient";
export const metadata: Metadata = { 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.", description: "Advanced Certificate Authority and PKI Management System. Issue and manage SSL/TLS certificates and API keys with ease.",
}; };

View File

@@ -13,8 +13,8 @@ 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'),
title: { title: {
template: '%s | TrustLab - PKI & Certificate Management', template: '%s | TrustLab',
default: 'TrustLab - Secure PKI & Certificate Management System', default: 'TrustLab | SSL & Certificate Management',
}, },
description: 'Enterprise-grade Certificate Authority and PKI Management System. Securely manage SSL/TLS certificates, internal CAs, and digital signatures.', 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'], keywords: ['PKI', 'Certificate Authority', 'SSL', 'TLS', 'Security', 'Encryption', 'DevOps', 'Certificate Management'],
@@ -37,7 +37,7 @@ export const metadata: Metadata = {
locale: 'en_US', locale: 'en_US',
url: 'https://trustlab.dyzulk.com', url: 'https://trustlab.dyzulk.com',
siteName: 'TrustLab', siteName: 'TrustLab',
title: 'TrustLab - Secure PKI & Certificate Management', title: 'TrustLab | SSL & Certificate Management',
description: 'Enterprise-grade Certificate Authority and PKI Management System.', description: 'Enterprise-grade Certificate Authority and PKI Management System.',
images: [ images: [
{ {
@@ -50,7 +50,7 @@ export const metadata: Metadata = {
}, },
twitter: { twitter: {
card: 'summary_large_image', 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.', description: 'Securely manage SSL/TLS certificates and internal CAs with TrustLab.',
images: ['/banner.png'], images: ['/banner.png'],
creator: '@dyzulk', creator: '@dyzulk',