aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 16:27:06 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 16:27:06 +1000
commitfe005a4aeb0bc3d384a8702da3a575398dd77ef2 (patch)
tree031f6bbf990ec63b26a172ad6fcccf5b719f7b54 /index.html
parentb56e50c5a76a9c268fbb79e43bafe798815a6227 (diff)
Add meta tags for SEO
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index a3c339e..a40a2af 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
+ <title>Tilo: Interactive Tree of Life</title>
+ <meta name="description" content="An online tool for visually exploring the biological Tree of Life"/>
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Tilo</title>
</head>
<body>
<div id="app"></div>