Skip to content

Commit 95cb5c4

Browse files
author
TechStack Global
committed
feat: add analytics sensor to pillar pages and update sitemap
1 parent f1f8ece commit 95cb5c4

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

posts/best-noise-cancelling-headphones-2026.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
gtag('config', 'G-06NR0F5381');
12+
</script>
513
<meta charset="utf-8" />
614
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
715
<title>Best Noise Cancelling Headphones (2026)</title>

posts/best-podcast-microphones-2026.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
gtag('config', 'G-06NR0F5381');
12+
</script>
513
<meta charset="utf-8" />
614
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
715
<title>Best Podcast Microphones (2026)</title>

posts/best-ultrawide-monitors-2026.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
gtag('config', 'G-06NR0F5381');
12+
</script>
513
<meta charset="utf-8" />
614
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
715
<title>Best Ultrawide Monitors (2026)</title>

sitemap.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,22 @@
198198
<changefreq>monthly</changefreq>
199199
<priority>0.8</priority>
200200
</url>
201+
<url>
202+
<loc>https://techstackglobal.github.io/posts/best-noise-cancelling-headphones-2026.html</loc>
203+
<lastmod>2026-03-04</lastmod>
204+
<changefreq>monthly</changefreq>
205+
<priority>0.8</priority>
206+
</url>
207+
<url>
208+
<loc>https://techstackglobal.github.io/posts/best-podcast-microphones-2026.html</loc>
209+
<lastmod>2026-03-04</lastmod>
210+
<changefreq>monthly</changefreq>
211+
<priority>0.8</priority>
212+
</url>
213+
<url>
214+
<loc>https://techstackglobal.github.io/posts/best-ultrawide-monitors-2026.html</loc>
215+
<lastmod>2026-03-04</lastmod>
216+
<changefreq>monthly</changefreq>
217+
<priority>0.8</priority>
218+
</url>
201219
</urlset>

0 commit comments

Comments
 (0)