mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Allow SEO index but nofollow (#84)
* Allow SEO index but nofollow * Delete unused index.html
This commit is contained in:
parent
a8f479c56e
commit
c2ba34a080
@ -20,7 +20,8 @@
|
|||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
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.">
|
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online.">
|
||||||
<title>darkwire.io - instant encrypted web chat</title>
|
<title>darkwire.io - instant encrypted web chat</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user