seo: remove self-hosted term from metadata for accuracy

This commit is contained in:
dyzulk
2026-01-01 18:32:06 +07:00
parent 5abf410efc
commit 1035ce696f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -20,7 +20,7 @@ export const metadata: Metadata = {
template: '%s | TrustLab - SSL & Certificate Management', template: '%s | TrustLab - SSL & Certificate Management',
default: 'TrustLab | SSL & Certificate Management', default: 'TrustLab | SSL & Certificate Management',
}, },
description: 'Self-hosted SSL and Certificate Management Lab. Easily manage SSL/TLS certificates and internal CAs using PHP OpenSSL.', 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'], keywords: ['SSL', 'TLS', 'Certificate Manager', 'OpenSSL', 'Private CA', 'TrustLab', 'Security'],
authors: [{ name: 'TrustLab Team' }], authors: [{ name: 'TrustLab Team' }],
creator: 'TrustLab', creator: 'TrustLab',
@@ -42,7 +42,7 @@ export const metadata: Metadata = {
url: 'https://trustlab.dyzulk.com', url: 'https://trustlab.dyzulk.com',
siteName: 'TrustLab', siteName: 'TrustLab',
title: 'TrustLab | SSL & Certificate Management', title: 'TrustLab | SSL & Certificate Management',
description: 'Self-hosted SSL and Certificate Management Lab powered by PHP OpenSSL.', description: 'SSL and Certificate Management system powered by PHP OpenSSL.',
images: [ images: [
{ {
url: '/banner.png', url: '/banner.png',