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";
|
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.",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user