Skip to content

Commit 82092b9

Browse files
committed
Add og and twitter tag in 404
1 parent 106c57a commit 82092b9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

public/404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
<meta charset="utf-8">
55
<title>Redirecting…</title>
66
<meta name="robots" content="noindex">
7+
<link rel="canonical" href="https://raphaelnussbaumer.com/GeoLocatorExplorer/" />
8+
<meta property="og:title" content="GeoLocator Explorer" />
9+
<meta
10+
property="og:description"
11+
content="Explore the migration movements of small birds tracked with multi-sensor geolocators and open GeoLocator Data Packages."
12+
/>
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="https://raphaelnussbaumer.com/GeoLocatorExplorer/" />
15+
<meta property="og:image" content="https://raphaelnussbaumer.com/GeoLocatorExplorer/share.png" />
16+
<meta property="og:site_name" content="GeoLocator Explorer" />
17+
<meta name="twitter:card" content="summary_large_image" />
18+
<meta name="twitter:title" content="GeoLocator Explorer" />
19+
<meta
20+
name="twitter:description"
21+
content="Explore the migration movements of small birds tracked with multi-sensor geolocators and open GeoLocator Data Packages."
22+
/>
23+
<meta
24+
name="twitter:image"
25+
content="https://raphaelnussbaumer.com/GeoLocatorExplorer/share.png"
26+
/>
727
<script>
828
(function () {
929
var l = window.location;

0 commit comments

Comments
 (0)