Skip to content

Commit d22d12c

Browse files
authored
Add Open Graph meta tags to index.html
Added Open Graph meta tags for better sharing.
1 parent c2f3dc0 commit d22d12c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.7.2/mapbox-gl-geocoder.css" type="text/css" />
1010
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
1111
<script defer src="https://cloud.umami.is/script.js" data-website-id="6876d360-1b54-4e97-ba59-de6db510257c"></script>
12+
<meta name="og:title" property="og:title" content="Search EO Imagery" />
13+
<meta name="og:description" property="og:description" content="Aggregator of Archive Satellite Imagery for searching platforms like Up42, SkyFi, EOS, Skywatch etc" />
14+
<meta name="og:image" property="og:image" content="https://github.com/Iconem/search-satellite-imagery/blob/main/screenshot.jpg?raw=true" />
15+
<meta property="og:url" content="https://search-eo-imagery.iconem.com/" />
1216
<style>
1317
body {
1418
margin: 0;

0 commit comments

Comments
 (0)