Commit 09c44d651f93f68275c4d7a80634eb360bdaa645
Add <meta> tag to pages telling robots to leave
There is nothing useful for indexing. This is in addition to robots.txt
file.
Author: xaizek
Author date (UTC): 2026-07-20 16:40
Committer name: xaizek
Committer date (UTC): 2026-07-20 16:40
Parent(s): a1d649171082f5fa3e040c537ad10e3cad5d8e69
Signing key: 99DC5E4DB05F6BE2
Tree: aca2eab6c6eddab43b6cbedb77d2af6692f9bc65
| File web/header.ecpp changed (mode: 100644) (index 68fcad5..10762ff) |
| 2 |
2 |
static_cast<void>(request); |
static_cast<void>(request); |
| 3 |
3 |
</%cpp> |
</%cpp> |
| 4 |
4 |
|
|
|
5 |
|
<meta name="robots" content="noindex, nofollow"/> |
|
6 |
|
|
| 5 |
7 |
<link rel="stylesheet" type="text/css" href="/style.css"> |
<link rel="stylesheet" type="text/css" href="/style.css"> |