From 846683c7a2dd379ad9024afcdeaaae5150dd5c73 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Tue, 9 Jun 2026 22:30:52 +0000 Subject: [PATCH] Add SEO meta description, keywords, and noindex to all three panel pages Co-Authored-By: Claude Sonnet 4.6 --- panel/public/admin/index.php | 3 +++ panel/public/reseller/index.php | 3 +++ panel/public/user/index.php | 3 +++ 3 files changed, 9 insertions(+) diff --git a/panel/public/admin/index.php b/panel/public/admin/index.php index c72f95e..31c96fe 100644 --- a/panel/public/admin/index.php +++ b/panel/public/admin/index.php @@ -10,6 +10,9 @@ require_once dirname(__DIR__) . '/_branding.php'; + + + NovaCPX Admin diff --git a/panel/public/reseller/index.php b/panel/public/reseller/index.php index 321c6b6..e6d2b05 100644 --- a/panel/public/reseller/index.php +++ b/panel/public/reseller/index.php @@ -11,6 +11,9 @@ $_pname = novacpx_panel_name('NovaCPX'); + + + <?= $_pname ?> — Reseller diff --git a/panel/public/user/index.php b/panel/public/user/index.php index d7273be..475a786 100644 --- a/panel/public/user/index.php +++ b/panel/public/user/index.php @@ -11,6 +11,9 @@ $_pname = novacpx_panel_name('NovaCPX'); + + + <?= $_pname ?> — My Hosting