feat: add SEO meta tags, Open Graph, Twitter Cards, JSON-LD schema, sitemap, robots.txt

This commit is contained in:
2026-06-14 10:21:12 -04:00
parent c76f92886c
commit 9bb25b3c40
5 changed files with 75 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class DashboardController
$this->view->setLayout('auth')->display('pages.landing', [
'title' => 'ServerManager - Linux Server Management Platform',
'description' => 'ServerManager — Free and open-source Linux server management platform. Monitor server metrics, execute commands via web terminal, and receive push notifications on your phone.',
'stats' => $stats,
]);
}