Skip to content

Commit d73b27a

Browse files
author
TechStack Global
committed
Update sitemap script and XML with new audio guides
1 parent a14d7f0 commit d73b27a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@
228228
<changefreq>monthly</changefreq>
229229
<priority>0.8</priority>
230230
</url>
231-
</urlset>
231+
<url><loc>https://techstackglobal.github.io/posts/best-microphones-for-remote-work-2026.html</loc><lastmod>2026-03-03</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-headphones-for-zoom-meetings-2026.html</loc><lastmod>2026-03-03</lastmod></url></urlset>

update_sitemap.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
new_urls = [
1111
'https://techstackglobal.github.io/posts/best-noise-cancelling-headphones-2026.html',
1212
'https://techstackglobal.github.io/posts/best-podcast-microphones-2026.html',
13-
'https://techstackglobal.github.io/posts/best-ultrawide-monitors-2026.html'
13+
'https://techstackglobal.github.io/posts/best-ultrawide-monitors-2026.html',
14+
'https://techstackglobal.github.io/posts/best-microphones-for-remote-work-2026.html',
15+
'https://techstackglobal.github.io/posts/best-headphones-for-zoom-meetings-2026.html'
1416
]
1517

1618
existing = [url.find('{http://www.sitemaps.org/schemas/sitemap/0.9}loc').text for url in root.findall('{http://www.sitemaps.org/schemas/sitemap/0.9}url')]

0 commit comments

Comments
 (0)