- Add noindex robots

Sat, 31 Aug 2019 00:02:04 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Sat, 31 Aug 2019 00:02:04 -0600
changeset 6
e15deaf0f39d
parent 5
ccd9ea14b685
child 7
5eb620654b33

- Add noindex robots
Prevents robots from aknowledging the page

index.html file | annotate | diff | comparison | revisions
--- a/index.html	Thu Jul 18 16:26:12 2019 -0600
+++ b/index.html	Sat Aug 31 00:02:04 2019 -0600
@@ -3,6 +3,7 @@
 	
 <head> 
 <meta name=viewport content="width=device-width, initial-scale=1" charset="UTF-8">
+<meta name="robots" content="noindex">
 <link rel="icon" type="image/png" href="https://static.glitchvid.com/favicon.png">
 <link rel="stylesheet" href="styles.css">
 <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">

mercurial