Skip to content

Commit

Permalink
chore(seo): add seo to index html
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Apr 16, 2019
1 parent 5330606 commit 6507a32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

<link rel="icon" type="image/png" href="assets/icon/favicon.png" />

<meta name="description" content="fivethree website">
<meta name="keywords" content="fivethree,bonn,köln,web app,mobile app,pwa,backend,freelancer,freiberufler,software entwickler,developers,angular,ionic,spring boot,java,typescript">

<meta property="og:type" content="website">
<meta property="og:title" content="fivethree">
<meta property="og:description" content="fivethree website">
<meta property="og:url" content="https://fivethree.io/">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Expand Down

0 comments on commit 6507a32

Please sign in to comment.