Skip to content

Commit 7dda4f9

Browse files
committed
Add noindex to the root page
Let's not allow indexing of the root page by search engines for now.
1 parent e14134d commit 7dda4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/templates/index.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV.keys.map { |key| key.to_s }
1717
<html>
1818
<head>
1919
<title>Velocita</title>
20+
<meta name="robots" content="noindex">
2021
<style>
2122
body {
2223
background-color: #eee;

0 commit comments

Comments
 (0)