Allow SEO index but nofollow (#84)

* Allow SEO index but nofollow

* Delete unused index.html
This commit is contained in:
Alan Friedman 2019-06-14 19:28:24 -04:00 committed by GitHub
parent a8f479c56e
commit c2ba34a080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 16 deletions

View File

@ -20,7 +20,8 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<meta name="robots" content="nofollow">
<meta name="robots" content="index,nofollow">
<meta name="googlebot" content="index,nofollow">
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online.">
<title>darkwire.io - instant encrypted web chat</title>
</head>

View File

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html class='h-100'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="nofollow">
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online.">
<title>darkwire.io - instant encrypted web chat</title>
</head>
<body class='h-100'>
<div id="root" class="h-100">
</div>
</body>
</html>