Skip to content

Commit

Permalink
feat(seo): add sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan committed Dec 27, 2024
1 parent 1614ba0 commit d0c9763
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://usenocturne.com/</loc>
<lastmod>2024-12-27T05:17:21+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://usenocturne.com/installation</loc>
<lastmod>2024-12-27T05:17:21+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://usenocturne.com/support</loc>
<lastmod>2024-12-27T05:17:21+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://usenocturne.com/about</loc>
<lastmod>2024-12-27T05:17:21+00:00</lastmod>
<priority>0.80</priority>
</url>


</urlset>

0 comments on commit d0c9763

Please sign in to comment.