From 7a8c291bfd501a9ad08af78ccbf97c84a565bff0 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:26:17 +0700 Subject: [PATCH] seo: downgrade description tone from Enterprise-grade to Secure --- src/app/(public)/page.tsx | 2 +- src/app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index 1136726..7e41cee 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 = { - 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() { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2106e52..8e13e16 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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',