aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index 450edb4..5d08ef3 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,18 @@
<meta name="description" content="An online tool for visually exploring the biological Tree of Life"/>
<link rel="icon" href="/favicon.png" />
<link rel="preload" href="/fonts/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
+ <!-- Meta tags for Open Graph / Facebook -->
+ <meta property="og:type" content="website">
+ <meta property="og:url" content="https://terryt.dev/tilo/">
+ <meta property="og:title" content="Tilo: Interactive Tree of Life">
+ <meta property="og:description" content="An online tool for visually exploring the biological Tree of Life">
+ <meta property="og:image" content="https://terryt.dev/tilo/tilo.jpg">
+ <!-- Meta tags for Twitter -->
+ <meta property="twitter:card" content="summary_large_image">
+ <meta property="twitter:url" content="https://terryt.dev/tilo/">
+ <meta property="twitter:title" content="Tilo: Interactive Tree of Life">
+ <meta property="twitter:description" content="An online tool for visually exploring the biological Tree of Life">
+ <meta property="twitter:image" content="https://terryt.dev/tilo/tilo.jpg">
</head>
<body>
<div id="app"></div>