adds noindex tag to infopage

This commit is contained in:
nai-degen 2023-05-15 17:05:04 -05:00
parent ec4e7a3671
commit b4d8ebca4e
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ function cacheInfoPageHtml(host: string) {
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<title>${title}</title>
</head>
<body style="font-family: sans-serif; background-color: #f0f0f0; padding: 1em;"