aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-12 13:43:11 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-12 13:43:11 +1000
commit25895936f66ac50d27eaf9c45bcbb6833e52a033 (patch)
tree10e32223a8a057fcd9215f055eadcd52fcd16d07 /index.html
parent76fb4f98cac402bb03b030388fcec2f14eecd362 (diff)
Add <meta> image tags
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>