Skip to content

Commit

Permalink
seo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed Nov 21, 2018
1 parent c7f0268 commit bb3155b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/public/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function loadScript(success) {
'<!doctype html>' +
'<html>' +
'<head>' +
'<title>AdaLite Wallet</title>' +
'<title>AdaLite - Web Wallet for Cardano</title>' +
'<link rel="icon" type="image/ico" href="assets/favicon.ico">' +
'</head>' +
'<body>' +
Expand Down
9 changes: 7 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,18 @@ app.get('*', (req, res) => {
<html>
<head>
<title>AdaLite Wallet</title>
<title>AdaLite - Web Wallet for Cardano</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
<script src="js/init.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="icon" type="image/ico" href="assets/favicon.ico">
<noscript>Your browser does not support JavaScript or it is turned off.</noscript>
<noscript>
Your browser does not support JavaScript or it is turned off.<br/>
<a href="/about">Link to about page</a>
</noscript>
</head>
<body data-config='${JSON.stringify(frontendConfig)}'>
Expand Down

0 comments on commit bb3155b

Please sign in to comment.