Skip to content

Commit 06c10be

Browse files
author
TechStack Global
committed
fix(seo): ultra-minimal sitemap.xml to eliminate any whitespace/parsing issues in GSC
1 parent 16671ed commit 06c10be

File tree

3 files changed

+9
-273
lines changed

3 files changed

+9
-273
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sitemap.xml text eol=lf
2+
*.xml text eol=lf

generate_sitemap.py

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,25 @@ def main():
1919
date_str = datetime.now().strftime('%Y-%m-%d')
2020
sitemap_path = os.path.join(BASE_DIR, 'sitemap.xml')
2121

22-
# Strictly formatted XML declaration with double quotes
23-
xml_content = '<?xml version="1.0" encoding="UTF-8"?>\n'
24-
xml_content += '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">\n'
22+
# Minimal XML without indentation or extra tags
23+
xml_content = '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'
2524

26-
html_files = sorted(get_html_files()) # Sorted for consistency
25+
html_files = sorted(get_html_files())
2726

2827
for f in html_files:
2928
rel_path = os.path.relpath(f, BASE_DIR).replace('\\', '/')
30-
# Exclude technical or irrelevant files
3129
if rel_path in ['404.html', 'thank-you.html', 'google50e160eb06944afd.html']:
3230
continue
3331

3432
url = f"{BASE_URL}/{rel_path}"
35-
# Priority mapping
36-
if rel_path == 'index.html':
37-
priority = "1.0"
38-
elif rel_path == 'blog.html':
39-
priority = "0.9"
40-
elif rel_path.startswith('posts/'):
41-
priority = "0.8"
42-
else:
43-
priority = "0.6"
44-
45-
xml_content += f' <url>\n'
46-
xml_content += f' <loc>{url}</loc>\n'
47-
xml_content += f' <lastmod>{date_str}</lastmod>\n'
48-
xml_content += f' <changefreq>monthly</changefreq>\n'
49-
xml_content += f' <priority>{priority}</priority>\n'
50-
xml_content += f' </url>\n'
33+
xml_content += f'<url><loc>{url}</loc><lastmod>{date_str}</lastmod></url>'
5134

52-
xml_content += '</urlset>' # No trailing newline for maximum compatibility
35+
xml_content += '</urlset>'
5336

54-
# Write with LF (line_buffering=False and newline='\n')
5537
with open(sitemap_path, 'w', encoding='utf-8', newline='\n') as f:
5638
f.write(xml_content)
5739

58-
print(f"Sitemap generated at {sitemap_path}")
40+
print(f"Minimal sitemap generated at {sitemap_path}")
5941

6042
if __name__ == "__main__":
6143
main()

sitemap.xml

Lines changed: 1 addition & 249 deletions
Original file line numberDiff line numberDiff line change
@@ -1,249 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3-
<url>
4-
<loc>https://techstackglobal.github.io/about.html</loc>
5-
<lastmod>2026-03-07</lastmod>
6-
<changefreq>monthly</changefreq>
7-
<priority>0.6</priority>
8-
</url>
9-
<url>
10-
<loc>https://techstackglobal.github.io/affiliate-disclosure.html</loc>
11-
<lastmod>2026-03-07</lastmod>
12-
<changefreq>monthly</changefreq>
13-
<priority>0.6</priority>
14-
</url>
15-
<url>
16-
<loc>https://techstackglobal.github.io/amazon-stack.html</loc>
17-
<lastmod>2026-03-07</lastmod>
18-
<changefreq>monthly</changefreq>
19-
<priority>0.6</priority>
20-
</url>
21-
<url>
22-
<loc>https://techstackglobal.github.io/blog.html</loc>
23-
<lastmod>2026-03-07</lastmod>
24-
<changefreq>monthly</changefreq>
25-
<priority>0.9</priority>
26-
</url>
27-
<url>
28-
<loc>https://techstackglobal.github.io/contact.html</loc>
29-
<lastmod>2026-03-07</lastmod>
30-
<changefreq>monthly</changefreq>
31-
<priority>0.6</priority>
32-
</url>
33-
<url>
34-
<loc>https://techstackglobal.github.io/index.html</loc>
35-
<lastmod>2026-03-07</lastmod>
36-
<changefreq>monthly</changefreq>
37-
<priority>1.0</priority>
38-
</url>
39-
<url>
40-
<loc>https://techstackglobal.github.io/posts/alienware-aw3423dwf-review.html</loc>
41-
<lastmod>2026-03-07</lastmod>
42-
<changefreq>monthly</changefreq>
43-
<priority>0.8</priority>
44-
</url>
45-
<url>
46-
<loc>https://techstackglobal.github.io/posts/alienware-aw3423dwf-vs-odyssey-g8.html</loc>
47-
<lastmod>2026-03-07</lastmod>
48-
<changefreq>monthly</changefreq>
49-
<priority>0.8</priority>
50-
</url>
51-
<url>
52-
<loc>https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html</loc>
53-
<lastmod>2026-03-07</lastmod>
54-
<changefreq>monthly</changefreq>
55-
<priority>0.8</priority>
56-
</url>
57-
<url>
58-
<loc>https://techstackglobal.github.io/posts/best-headphones-for-online-classes-2026.html</loc>
59-
<lastmod>2026-03-07</lastmod>
60-
<changefreq>monthly</changefreq>
61-
<priority>0.8</priority>
62-
</url>
63-
<url>
64-
<loc>https://techstackglobal.github.io/posts/best-headphones-for-remote-work-2026.html</loc>
65-
<lastmod>2026-03-07</lastmod>
66-
<changefreq>monthly</changefreq>
67-
<priority>0.8</priority>
68-
</url>
69-
<url>
70-
<loc>https://techstackglobal.github.io/posts/best-headphones-for-zoom-meetings-2026.html</loc>
71-
<lastmod>2026-03-07</lastmod>
72-
<changefreq>monthly</changefreq>
73-
<priority>0.8</priority>
74-
</url>
75-
<url>
76-
<loc>https://techstackglobal.github.io/posts/best-laptops-for-students-2026.html</loc>
77-
<lastmod>2026-03-07</lastmod>
78-
<changefreq>monthly</changefreq>
79-
<priority>0.8</priority>
80-
</url>
81-
<url>
82-
<loc>https://techstackglobal.github.io/posts/best-microphones-for-remote-work-2026.html</loc>
83-
<lastmod>2026-03-07</lastmod>
84-
<changefreq>monthly</changefreq>
85-
<priority>0.8</priority>
86-
</url>
87-
<url>
88-
<loc>https://techstackglobal.github.io/posts/best-noise-cancelling-headphones-2026.html</loc>
89-
<lastmod>2026-03-07</lastmod>
90-
<changefreq>monthly</changefreq>
91-
<priority>0.8</priority>
92-
</url>
93-
<url>
94-
<loc>https://techstackglobal.github.io/posts/best-podcast-microphones-2026.html</loc>
95-
<lastmod>2026-03-07</lastmod>
96-
<changefreq>monthly</changefreq>
97-
<priority>0.8</priority>
98-
</url>
99-
<url>
100-
<loc>https://techstackglobal.github.io/posts/best-premium-laptop-for-work-2026.html</loc>
101-
<lastmod>2026-03-07</lastmod>
102-
<changefreq>monthly</changefreq>
103-
<priority>0.8</priority>
104-
</url>
105-
<url>
106-
<loc>https://techstackglobal.github.io/posts/best-remote-work-setup-2026.html</loc>
107-
<lastmod>2026-03-07</lastmod>
108-
<changefreq>monthly</changefreq>
109-
<priority>0.8</priority>
110-
</url>
111-
<url>
112-
<loc>https://techstackglobal.github.io/posts/best-ultrawide-monitor-for-productivity-2026.html</loc>
113-
<lastmod>2026-03-07</lastmod>
114-
<changefreq>monthly</changefreq>
115-
<priority>0.8</priority>
116-
</url>
117-
<url>
118-
<loc>https://techstackglobal.github.io/posts/best-ultrawide-monitor-for-programming-2026.html</loc>
119-
<lastmod>2026-03-07</lastmod>
120-
<changefreq>monthly</changefreq>
121-
<priority>0.8</priority>
122-
</url>
123-
<url>
124-
<loc>https://techstackglobal.github.io/posts/best-ultrawide-monitors-2026.html</loc>
125-
<lastmod>2026-03-07</lastmod>
126-
<changefreq>monthly</changefreq>
127-
<priority>0.8</priority>
128-
</url>
129-
<url>
130-
<loc>https://techstackglobal.github.io/posts/bose-qc-ultra-review.html</loc>
131-
<lastmod>2026-03-07</lastmod>
132-
<changefreq>monthly</changefreq>
133-
<priority>0.8</priority>
134-
</url>
135-
<url>
136-
<loc>https://techstackglobal.github.io/posts/budget-laptops-under-1000.html</loc>
137-
<lastmod>2026-03-07</lastmod>
138-
<changefreq>monthly</changefreq>
139-
<priority>0.8</priority>
140-
</url>
141-
<url>
142-
<loc>https://techstackglobal.github.io/posts/dell-thunderbolt-smart-dock-review.html</loc>
143-
<lastmod>2026-03-07</lastmod>
144-
<changefreq>monthly</changefreq>
145-
<priority>0.8</priority>
146-
</url>
147-
<url>
148-
<loc>https://techstackglobal.github.io/posts/dell-xps-15-9530-review.html</loc>
149-
<lastmod>2026-03-07</lastmod>
150-
<changefreq>monthly</changefreq>
151-
<priority>0.8</priority>
152-
</url>
153-
<url>
154-
<loc>https://techstackglobal.github.io/posts/do-you-need-thunderbolt-dock.html</loc>
155-
<lastmod>2026-03-07</lastmod>
156-
<changefreq>monthly</changefreq>
157-
<priority>0.8</priority>
158-
</url>
159-
<url>
160-
<loc>https://techstackglobal.github.io/posts/is-a-4k-monitor-worth-it.html</loc>
161-
<lastmod>2026-03-07</lastmod>
162-
<changefreq>monthly</changefreq>
163-
<priority>0.8</priority>
164-
</url>
165-
<url>
166-
<loc>https://techstackglobal.github.io/posts/is-samsung-990-pro-worth-it.html</loc>
167-
<lastmod>2026-03-07</lastmod>
168-
<changefreq>monthly</changefreq>
169-
<priority>0.8</priority>
170-
</url>
171-
<url>
172-
<loc>https://techstackglobal.github.io/posts/lg-27us500-w-ultrafine-monitor-review.html</loc>
173-
<lastmod>2026-03-07</lastmod>
174-
<changefreq>monthly</changefreq>
175-
<priority>0.8</priority>
176-
</url>
177-
<url>
178-
<loc>https://techstackglobal.github.io/posts/samsung-990-pro-ssd-review.html</loc>
179-
<lastmod>2026-03-07</lastmod>
180-
<changefreq>monthly</changefreq>
181-
<priority>0.8</priority>
182-
</url>
183-
<url>
184-
<loc>https://techstackglobal.github.io/posts/samsung-odyssey-g8-review.html</loc>
185-
<lastmod>2026-03-07</lastmod>
186-
<changefreq>monthly</changefreq>
187-
<priority>0.8</priority>
188-
</url>
189-
<url>
190-
<loc>https://techstackglobal.github.io/posts/samsung-odyssey-g8-vs-alienware-aw3423dwf.html</loc>
191-
<lastmod>2026-03-07</lastmod>
192-
<changefreq>monthly</changefreq>
193-
<priority>0.8</priority>
194-
</url>
195-
<url>
196-
<loc>https://techstackglobal.github.io/posts/shure-sm7b-review.html</loc>
197-
<lastmod>2026-03-07</lastmod>
198-
<changefreq>monthly</changefreq>
199-
<priority>0.8</priority>
200-
</url>
201-
<url>
202-
<loc>https://techstackglobal.github.io/posts/shure-sm7b-vs-sm7db.html</loc>
203-
<lastmod>2026-03-07</lastmod>
204-
<changefreq>monthly</changefreq>
205-
<priority>0.8</priority>
206-
</url>
207-
<url>
208-
<loc>https://techstackglobal.github.io/posts/shure-sm7db-review.html</loc>
209-
<lastmod>2026-03-07</lastmod>
210-
<changefreq>monthly</changefreq>
211-
<priority>0.8</priority>
212-
</url>
213-
<url>
214-
<loc>https://techstackglobal.github.io/posts/sony-wh-1000xm5-review.html</loc>
215-
<lastmod>2026-03-07</lastmod>
216-
<changefreq>monthly</changefreq>
217-
<priority>0.8</priority>
218-
</url>
219-
<url>
220-
<loc>https://techstackglobal.github.io/posts/sony-xm5-vs-bose-qc-ultra.html</loc>
221-
<lastmod>2026-03-07</lastmod>
222-
<changefreq>monthly</changefreq>
223-
<priority>0.8</priority>
224-
</url>
225-
<url>
226-
<loc>https://techstackglobal.github.io/posts/surface-laptop-studio-2-review.html</loc>
227-
<lastmod>2026-03-07</lastmod>
228-
<changefreq>monthly</changefreq>
229-
<priority>0.8</priority>
230-
</url>
231-
<url>
232-
<loc>https://techstackglobal.github.io/privacy-policy.html</loc>
233-
<lastmod>2026-03-07</lastmod>
234-
<changefreq>monthly</changefreq>
235-
<priority>0.6</priority>
236-
</url>
237-
<url>
238-
<loc>https://techstackglobal.github.io/smart-tools.html</loc>
239-
<lastmod>2026-03-07</lastmod>
240-
<changefreq>monthly</changefreq>
241-
<priority>0.6</priority>
242-
</url>
243-
<url>
244-
<loc>https://techstackglobal.github.io/terms-of-service.html</loc>
245-
<lastmod>2026-03-07</lastmod>
246-
<changefreq>monthly</changefreq>
247-
<priority>0.6</priority>
248-
</url>
249-
</urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://techstackglobal.github.io/about.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/affiliate-disclosure.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/amazon-stack.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/blog.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/contact.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/index.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/alienware-aw3423dwf-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/alienware-aw3423dwf-vs-odyssey-g8.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-headphones-for-online-classes-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-headphones-for-remote-work-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-headphones-for-zoom-meetings-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-laptops-for-students-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-microphones-for-remote-work-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-noise-cancelling-headphones-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-podcast-microphones-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-premium-laptop-for-work-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-remote-work-setup-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-ultrawide-monitor-for-productivity-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-ultrawide-monitor-for-programming-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/best-ultrawide-monitors-2026.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/bose-qc-ultra-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/budget-laptops-under-1000.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/dell-thunderbolt-smart-dock-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/dell-xps-15-9530-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/do-you-need-thunderbolt-dock.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/is-a-4k-monitor-worth-it.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/is-samsung-990-pro-worth-it.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/lg-27us500-w-ultrafine-monitor-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/samsung-990-pro-ssd-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/samsung-odyssey-g8-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/samsung-odyssey-g8-vs-alienware-aw3423dwf.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/shure-sm7b-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/shure-sm7b-vs-sm7db.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/shure-sm7db-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/sony-wh-1000xm5-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/sony-xm5-vs-bose-qc-ultra.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/posts/surface-laptop-studio-2-review.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/privacy-policy.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/smart-tools.html</loc><lastmod>2026-03-07</lastmod></url><url><loc>https://techstackglobal.github.io/terms-of-service.html</loc><lastmod>2026-03-07</lastmod></url></urlset>

0 commit comments

Comments
 (0)