Skip to content

Commit

Permalink
update seo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm committed Feb 8, 2018
1 parent 575eca3 commit c8b130e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
<title>Starry Sea Volunteers Association</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--SEO-->
<meta name="description" content="Starry Sea Volunteers Association">
<meta name="description" content="We Are Starry Sea Volunteers Association">
<meta name="keywords" content="Starrysea,星之海,星之海志愿者公会,Starry Sea,Starry Sea Volunteers Association">
<meta property="og:title" content="Starry Sea"/>
<meta property="og:title" content="Starry Sea International"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://starrysea.org" />
<meta property="og:image" content="/assets/icons/starrysea-512x512.png" />
<meta property="og:description" content="We Are Starry Sea Volunteers Association" />
<meta property="og:site_name" content="Starry Sea Volunteers Association"/>
<meta name="robots" CONTENT="index, follow">
<meta name="robots" content="index, follow">
<!--PWA Setting-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="msapplication-starturl" content="/">
<meta name="theme-color" content="#409cc3">
<link rel="manifest" href="/manifest.json">
<style>.splash{opacity: 0;position: fixed;height: 100%;width: 100%;margin-top: 15%;text-align: center;z-index: -1;font-family: Arial,"Times New Roman", sans-serif} app-root:empty + .splash {opacity: 1;z-index: 100;}</style>
Expand All @@ -25,7 +31,7 @@
<base href="/">
</head>
<body>
<!--Script Inject Point-->
<!--App Entry Point-->
<app-root></app-root>
<!--PWA Loading-->
<div class="splash">
Expand Down

0 comments on commit c8b130e

Please sign in to comment.