Skip to content

Commit

Permalink
Improve SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
gariasf committed Feb 6, 2019
1 parent 0f0285a commit cc5d0e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-title" content="Tranvia" />
<title>ByteTime and beyond</title>

<meta name="description" content="Time is data, data is represented with bytes. ByteTime, an online community.">
<meta name="author" content="Nethruster">
<link rel="canonical" href="https://byte-time.com" />
<meta property="og:type" content="website" />

<meta property="og:title" content="ByteTime" />
<meta property="og:description" content="Time is data, data is represented with bytes. ByteTime, an online community." />
<meta property="og:url" content="https://byte-time.com" />
<meta property="og:image" content="/assets/favicons/apple-touch-icon-precomposed.png" />

<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@nethruster">
<meta name="twitter:title" content="ByteTime">
<meta name="twitter:description" content="Time is data, data is represented with bytes. ByteTime, an online community." />
<meta name="twitter:image" content="/assets/favicons/apple-touch-icon-precomposed.png">

<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link rel="preload" href="https://fonts.gstatic.com/s/quicksand/v8/6xKtdSZaM9iE8KbpRA_hK1QN.woff2" as="font" crossorigin>
<link rel="preload" href="https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_p2HcYT8L_.woff2" as="font" crossorigin>
Expand Down

0 comments on commit cc5d0e0

Please sign in to comment.