Skip to content

Commit a8aa2ae

Browse files
committed
Add sitemap.xml for SEO
1 parent 6a81593 commit a8aa2ae

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

public/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+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
5+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
6+
<url>
7+
<loc>https://firestar300.github.io/SVG-Path-Merger/</loc>
8+
<lastmod>2025-11-06</lastmod>
9+
<changefreq>monthly</changefreq>
10+
<priority>1.0</priority>
11+
</url>
12+
</urlset>

0 commit comments

Comments
 (0)