We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d6d61 commit 910c257Copy full SHA for 910c257
1 file changed
configs/site/web/sitemap/sitemap-main.xml
@@ -1,9 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
<url>
4
- <loc>https://dev2forge.software/</loc>
+ <loc>https://www.dev2forge.software/</loc>
5
<lastmod>2025-05-30</lastmod>
6
<changefreq>daily</changefreq>
7
<priority>1.0</priority>
8
</url>
9
+ <url>
10
+ <loc>https://surveys.dev2forge.software/</loc>
11
+ <lastmod>2025-06-22</lastmod>
12
+ <changefreq>daily</changefreq>
13
+ <priority>0.9</priority>
14
+ </url>
15
</urlset>
0 commit comments