seo: update metadata to reflect project facts (self-hosted, PHP OpenSSL)

This commit is contained in:
dyzulk
2026-01-01 18:29:55 +07:00
parent 7a8c291bfd
commit 5abf410efc
2 changed files with 4 additions and 4 deletions

View File

@@ -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() {

View File

@@ -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',