Add metadata 📱
This commit is contained in:
parent
612f32592d
commit
8543556e97
1 changed files with 20 additions and 1 deletions
|
|
@ -7,7 +7,26 @@
|
|||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Web site created using create-react-app" />
|
||||
<!-- Google / Search Engine Tags -->
|
||||
<meta itemprop="name" content="ISS 🛰 Latitude & Longitude! 🌎">
|
||||
<meta itemprop="description"
|
||||
content="Live International Space Station (ISS) location data. Find out where the ISS is on a world map!">
|
||||
<meta itemprop="image" content="https://i.imgur.com/FiSAPt8.png">
|
||||
|
||||
<!-- Facebook Meta Tags -->
|
||||
<meta property="og:url" content="https://rzmk.github.io/iss-position-spa">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="ISS 🛰 Latitude & Longitude! 🌎">
|
||||
<meta property="og:description"
|
||||
content="Live International Space Station (ISS) location data. Find out where the ISS is on a world map!">
|
||||
<meta property="og:image" content="https://i.imgur.com/FiSAPt8.png">
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="ISS 🛰 Latitude & Longitude! 🌎">
|
||||
<meta name="twitter:description"
|
||||
content="Live International Space Station (ISS) location data. Find out where the ISS is on a world map!">
|
||||
<meta name="twitter:image" content="https://i.imgur.com/FiSAPt8.png">
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue