add nofollow noindex meta tag

This commit is contained in:
isUnknown 2025-10-14 17:29:13 +02:00
parent 85a3f0f7be
commit a1dfa1728c

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?= url('assets/style.css') ?>?version-cache-prevent<?= rand(0, 1000)?>">
<meta name="robots" content="noindex, nofollow">
<title>
<?php if ($page->isHomePage() == false): ?>
<?= $page->title() ?>&nbsp;|&nbsp;
@ -12,4 +13,4 @@
</title>
</head>
<body data-template="<?= $page->template() ?>">
<h1>Index</h1>