From 375b141a0148ec4e0a6fe8fe28e85c2b327cf25d Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:37:16 +0700 Subject: [PATCH] seo: apply final agreed description (Option 1) --- src/app/(public)/page.tsx | 2 +- src/app/layout.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index 185f8ca..268d35f 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: "SSL and Certificate Management system. Issue and manage SSL/TLS certificates and API keys with ease.", + description: "Manage SSL/TLS certificates and private certificate authorities for internal infrastructure. Issue and manage certificates with ease.", }; export default function Home() { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c2acc0..833b637 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,8 +20,8 @@ export const metadata: Metadata = { template: '%s | TrustLab - SSL & Certificate Management', default: 'TrustLab | SSL & Certificate Management', }, - description: 'SSL and Certificate Management system. Manage SSL/TLS certificates and internal CAs using PHP OpenSSL.', - keywords: ['SSL', 'TLS', 'Certificate Manager', 'OpenSSL', 'Private CA', 'TrustLab', 'Security'], + description: 'Manage SSL/TLS certificates and private certificate authorities for internal infrastructure.', + keywords: ['SSL', 'TLS', 'Certificate Management', 'Private CA', 'TrustLab'], authors: [{ name: 'TrustLab Team' }], creator: 'TrustLab', publisher: 'TrustLab', @@ -42,7 +42,7 @@ export const metadata: Metadata = { url: 'https://trustlab.dyzulk.com', siteName: 'TrustLab', title: 'TrustLab | SSL & Certificate Management', - description: 'SSL and Certificate Management system powered by PHP OpenSSL.', + description: 'Manage SSL/TLS certificates and private certificate authorities.', images: [ { url: '/banner.png',