Skip to content

Commit

Permalink
Add noindex to the root page
Browse files Browse the repository at this point in the history
Let's not allow indexing of the root page by search engines for now.
  • Loading branch information
gmta committed Apr 27, 2024
1 parent e14134d commit 7dda4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/templates/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV.keys.map { |key| key.to_s }
<html>
<head>
<title>Velocita</title>
<meta name="robots" content="noindex">
<style>
body {
background-color: #eee;
Expand Down

0 comments on commit 7dda4f9

Please sign in to comment.