refactor: use non-google specific meta tags

This commit is contained in:
Stavros
2025-10-08 15:42:52 +03:00
parent c5d70d7c93
commit 0255e954f7

View File

@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Tinyauth" />
<meta name="robots" content="none" />
<meta name="robots" content="nofollow, noindex" />
<link rel="manifest" href="/site.webmanifest" />
<title>Tinyauth</title>
</head>