Skip to content

Commit

Permalink
Merge pull request #816 from achamely/SEO
Browse files Browse the repository at this point in the history
Address SEO parts 1-4
  • Loading branch information
achamely committed Aug 11, 2014
2 parents 243066b + d49ac1c commit fbad91a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions www/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<br />
<div id="footer" class="navbar navbar-default navbar-fixed-bottom panel-footer">
<div class="navbar-collapse collapse">
<div class="nav navbar-nav navbar-left">
<div class="text-muted credit">&copy; Mastercoin Foundation 2014.</div>
<div class="text-muted credit">Some site materials borrowed from mastercoin-tools.</div>
<div class="nav navbar-nav navbar-left col-md-5">
<div class="text-muted credit"><a href="http://www.mastercoin.org">&copy; Mastercoin Foundation 2014.</a></div>
<div class="text-muted credit">Omniwallet&#8482; is a cryptocurrency wallet for Mastercoin, which is a based on Bitcoin technology and is leading the way in the Bitcoin 2.0 revolution.</div>
<div><class="text-left"><a href="/about/omniwallet" class="text-danger">This Wallet is under development. Read More...</a></div>

</div>
<div class="col-md-4 col-md-offset-2 text-muted">
<div class="col-md-2 col-md-offset-2 text-muted">
<b> Contact Us</b><br />
<small>
<a href="/about/contact" target="_new"> Github, Chat, Email, Forums</a> <br />
Expand All @@ -26,4 +26,13 @@
</div>

</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-53639435-1', 'auto');
ga('send', 'pageview');

</script>
3 changes: 2 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="description" content="The Master Protocol&#8482; is leading the Bitcoin 2.0 revolution by providing an exciting decentralized technology platform.">

<title> Omniwallet </title>
<title> Omniwallet&#8482; - The Next Generation Wallet </title>

<!-- thanks to joseph for the favicon -->
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png">
Expand Down

0 comments on commit fbad91a

Please sign in to comment.