summaryrefslogtreecommitdiff
path: root/public/mod.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-10-06 14:12:12 +0500
committerilotterytea <iltsu@alright.party>2025-10-06 14:12:12 +0500
commit866a6930e141ae2c56acb0aade801440f19180c5 (patch)
tree6f72ebf601c65f36451e6214498fd91223d029e4 /public/mod.php
parent512783782f87fef2be2d70bbd301e1b73c361fff (diff)
feat: description tag + robots tag
Diffstat (limited to 'public/mod.php')
-rw-r--r--public/mod.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/mod.php b/public/mod.php
index a1d91b8..25d4754 100644
--- a/public/mod.php
+++ b/public/mod.php
@@ -45,11 +45,13 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<head>
<title>Moderation - <?= INSTANCE_NAME ?></title>
+ <meta name="description" content="The moderation panel of <?= INSTANCE_NAME ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="theme-color" content="#ffe1d4">
+ <meta name="robots" content="noindex, nofollow">
</head>
<body>