mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
style: cleanup title redundancy and update tagline to SSL & Certificate Management
This commit is contained in:
@@ -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.",
|
||||
};
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user