seo: downgrade description tone from Enterprise-grade to Secure

This commit is contained in:
dyzulk
2026-01-01 18:26:17 +07:00
parent 07c70c9fd5
commit 7a8c291bfd
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { Metadata } from "next";
import HomeClient from "./HomeClient";
export const metadata: Metadata = {
description: "Advanced Certificate Authority and PKI Management System. Issue and manage SSL/TLS certificates and API keys with ease.",
description: "Secure Certificate Authority and SSL Management System. Issue and manage SSL/TLS certificates and API keys with ease.",
};
export default function Home() {

View File

@@ -20,7 +20,7 @@ export const metadata: Metadata = {
template: '%s | TrustLab - SSL & Certificate Management',
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: 'Secure Certificate Authority and SSL Management System. Manage SSL/TLS certificates, internal CAs, and digital signatures with ease.',
keywords: ['PKI', 'Certificate Authority', 'SSL', 'TLS', 'Security', 'Encryption', 'DevOps', 'Certificate Management'],
authors: [{ name: 'TrustLab Team' }],
creator: 'TrustLab',