Skip to content

Commit 75459f0

Browse files
committed
Changed meta data, google analytics etc...
1 parent 16f4c96 commit 75459f0

File tree

2 files changed

+65
-12
lines changed

2 files changed

+65
-12
lines changed

src/docs-page.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Vectorly Documentation</title>
5-
4+
<title>Vectorly: AI Upscaling Documentation</title>
65
<!-- Meta -->
76
<meta charset="utf-8">
87
<meta http-equiv="X-UA-Compatible" content="IE=edge">
98
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta content="Vectorly: AI Upscaling Documentation" property="og:title">
10+
<meta
11+
content="Vectorly's AI upscaler upscalens and your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition."
12+
name="description">
13+
<meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="og:image">
14+
15+
<meta content="Vectorly: Realtime AI Upscaling" property="twitter:title">
16+
<meta
17+
content="Vectorly's AI enhancer upscales your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition."
18+
property="twitter:description">
19+
<meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="twitter:image">
1020

11-
<meta name="description" content="Vectorly AI Upscaler Documentation">
1221
<meta name="author" content="Vectorly">
22+
23+
<meta property="og:type" content="website">
24+
<meta content="summary_large_image" name="twitter:card">
25+
1326
<link rel="shortcut icon" href="assets/images/vectorly-logo-circle.svg">
1427

1528
<!-- Google Font -->
@@ -24,6 +37,17 @@
2437
<!-- Theme CSS -->
2538
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
2639

40+
41+
<!-- Global site tag (gtag.js) - Google Analytics -->
42+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134514531-1"></script>
43+
<script>
44+
window.dataLayer = window.dataLayer || [];
45+
function gtag(){dataLayer.push(arguments);}
46+
gtag('js', new Date());
47+
48+
gtag('config', 'UA-134514531-1');
49+
</script>
50+
2751
</head>
2852

2953
<body class="docs-page">
@@ -903,6 +927,9 @@ <h5>Quality visualization</h5>
903927
<script src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
904928
<script src="assets/js/docs.js"></script>
905929

930+
931+
932+
906933
<script type="text/javascript">
907934
window._mfq = window._mfq || [];
908935
(function() {

src/index.html

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Vectorly documentation</title>
5-
6-
<!-- Meta -->
7-
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10-
<meta name="description" content="Vectorly AI Upscaler Documentation">
11-
<meta name="author" content="Vectorly">
12-
<link rel="shortcut icon" href="assets/images/vectorly-logo-circle.svg">
4+
5+
<title>Vectorly: AI Upscaling Documentation</title>
6+
<!-- Meta -->
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<meta content="Vectorly: AI Upscaling Documentation" property="og:title">
11+
<meta
12+
content="Vectorly's AI upscaler upscalens and your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition."
13+
name="description">
14+
<meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="og:image">
15+
16+
<meta content="Vectorly: Realtime AI Upscaling" property="twitter:title">
17+
<meta
18+
content="Vectorly's AI enhancer upscales your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition."
19+
property="twitter:description">
20+
<meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="twitter:image">
21+
22+
<meta name="author" content="Vectorly">
23+
24+
<meta property="og:type" content="website">
25+
<meta content="summary_large_image" name="twitter:card">
26+
27+
<link rel="shortcut icon" href="assets/images/vectorly-logo-circle.svg">
1328

1429
<!-- Google Font -->
1530
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
@@ -20,6 +35,17 @@
2035
<!-- Theme CSS -->
2136
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
2237

38+
39+
<!-- Global site tag (gtag.js) - Google Analytics -->
40+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134514531-1"></script>
41+
<script>
42+
window.dataLayer = window.dataLayer || [];
43+
function gtag(){dataLayer.push(arguments);}
44+
gtag('js', new Date());
45+
46+
gtag('config', 'UA-134514531-1');
47+
</script>
48+
2349
</head>
2450

2551
<body>

0 commit comments

Comments
 (0)