From 5abf410efc262670d8d4576711cc4875e307b2da Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:29:55 +0700 Subject: [PATCH] seo: update metadata to reflect project facts (self-hosted, PHP OpenSSL) --- 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 7e41cee..cd6cd5a 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: "Secure Certificate Authority and SSL Management System. Issue and manage SSL/TLS certificates and API keys with ease.", + description: "Self-hosted SSL and Certificate Management Lab. 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 8e13e16..db59c04 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: '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'], + description: 'Self-hosted SSL and Certificate Management Lab. Easily manage SSL/TLS certificates and internal CAs using PHP OpenSSL.', + keywords: ['SSL', 'TLS', 'Certificate Manager', 'OpenSSL', 'Private CA', 'TrustLab', 'Security'], 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: 'Enterprise-grade Certificate Authority and PKI Management System.', + description: 'Self-hosted SSL and Certificate Management Lab powered by PHP OpenSSL.', images: [ { url: '/banner.png',