Skip to content

Commit

Permalink
Merge pull request #15 from luminr-co/rojen
Browse files Browse the repository at this point in the history
feat: added sitemap
  • Loading branch information
rojen11 authored Jul 31, 2023
2 parents e4bb2c6 + a713712 commit 88b39fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?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://luminr.co/</loc>
<lastmod>2023-07-18T16:05:51+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://luminr.co/contact-us</loc>
<lastmod>2023-07-18T16:05:51+00:00</lastmod>
<priority>0.80</priority>
</url>


</urlset>

0 comments on commit 88b39fc

Please sign in to comment.