summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-08-15 17:36:43 +0300
committerYuval Adam <yuval@y3xz.com>2016-08-15 17:36:43 +0300
commit54a1b5d464c1d3f6c6c15badd111fe3f3edffc87 (patch)
tree4611e706b3ce23fede57d8198893b6fcd89c9441 /index.html
parent36dca367fd4e0d531b025f5ca0e5eb9396d89a30 (diff)
Add GA :sob: and some meta tags
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
index a90271c..7c742d2 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,24 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="robots" content="all">
+ <meta name="keywords" content="qr, code, generator, qr code">
+ <meta name="description" content="Interactive QR code generator">
+ <meta name="author" content="Yuval Adam">
+ <link rel="canonical" href="http://qrgen.xyz">
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
+ <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','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-82486356-1', 'auto');
+ ga('send', 'pageview');
+ </script>
</body>
</html>