Skip to content

Commit

Permalink
Improve SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Oct 3, 2024
1 parent 69e9e6f commit 2476d18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NQ3XK41R0P"></script>
Expand All @@ -9,7 +9,9 @@
gtag('js', new Date());
gtag('config', 'G-NQ3XK41R0P');
</script>
<title>vUSD stablecoin</title>
<meta charset="UTF-8" />
<meta name="description" content="vUSD: a DeFi-native, collateral-backed stablecoin pegged to the US dollar">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Inter" rel="stylesheet" />
<script src="https://cdn.tailwindcss.com"></script>
Expand Down Expand Up @@ -52,7 +54,7 @@
</footer>
</div>
</div>
<script>
<script defer>
document.getElementById('currentYear').innerText = new Date().getFullYear()
</script>
</body>
Expand Down

0 comments on commit 2476d18

Please sign in to comment.