Skip to content

Commit d576ea8

Browse files
committed
Add GA for redirect pages
1 parent ecb3b9e commit d576ea8

File tree

4 files changed

+41
-7
lines changed

4 files changed

+41
-7
lines changed

book.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/book.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<html>
2+
3+
<head>
4+
<meta name="robots" content="noindex" />
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JY86KL8PQD"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag() { dataLayer.push(arguments); }
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-JY86KL8PQD');
12+
setTimeout(() => window.location.href = 'https://github.com/velda-io/velda', 500);
13+
</script>
14+
</head>
15+
16+
<body>
17+
<p>If you are not redirected automatically, follow this <a href="https://calendly.com/velda-io/30min">link</a>.</p>
18+
</body>
19+
20+
</html>

public/github.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<html>
2+
3+
<head>
4+
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JY86KL8PQD"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag() { dataLayer.push(arguments); }
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-JY86KL8PQD');
12+
setTimeout(() => window.location.href = 'https://github.com/velda-io/velda', 500);
13+
</script>
14+
</head>
15+
16+
<body>
17+
<p>If you are not redirected automatically, follow this <a href="https://github.com/velda-io/velda">link</a>.</p>
18+
</body>
19+
20+
</html>

sitemap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ description: Complete site navigation for Velda - find all pages, blog posts, an
3636

3737
---
3838

39-
*Last updated: 2025-09-25*
39+
*Last updated: 2025-10-07*

0 commit comments

Comments
 (0)