Skip to content

Commit 3ef7bf9

Browse files
Merge pull request #1 from techstackglobal/fix/sitemap-readability
fix: correct sitemap XML declaration and robots sitemap reference
2 parents 5aedd9c + 3839fcd commit 3ef7bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version='1.0' encoding='utf-8'?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://techstackglobal.github.io/</loc>

0 commit comments

Comments
 (0)