Skip to content

Commit 6798a97

Browse files
committed
Add sitemap
1 parent 858a6d6 commit 6798a97

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"src/favicon.ico",
2727
"src/assets",
2828
"src/manifest.json",
29-
"src/robots.txt"
29+
"src/robots.txt",
30+
"src/sitemap.xml"
3031
],
3132
"styles": [
3233
"src/styles/reboot.scss",
@@ -88,7 +89,8 @@
8889
"src/favicon.ico",
8990
"src/assets",
9091
"src/manifest.json",
91-
"src/robots.txt"
92+
"src/robots.txt",
93+
"src/sitemap.xml"
9294
]
9395
}
9496
},

src/sitemap.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://devstroke.io</loc>
5+
</url>
6+
<url>
7+
<loc>https://devstroke.io/tool/tool/jwt-debugger</loc>
8+
</url>
9+
<url>
10+
<loc>https://devstroke.io/tool/base64-encode-decode</loc>
11+
</url>
12+
</urlset>

0 commit comments

Comments
 (0)