Skip to content

Commit

Permalink
Merge pull request #18 from meteordefect/Fix-sitemap
Browse files Browse the repository at this point in the history
Fixed sitemap with priority
  • Loading branch information
meteordefect authored Dec 6, 2024
2 parents 43deea7 + 5cc467f commit 46a143c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,31 @@
<url>
<loc>https://cipherprojects.com</loc>
<lastmod>2024-11-11</lastmod>
<priority>1.0</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://cipherprojects.com/about</loc>
<lastmod>2024-11-11/lastmod>
<lastmod>2024-11-11</lastmod>
<priority>0.8</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cipherprojects.com/services</loc>
<lastmod>2024-11-09</lastmod>
<priority>0.8</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cipherprojects.com/projects</loc>
<lastmod>2024-11-11</lastmod>
<priority>0.9</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://cipherprojects.com/contact</loc>
<lastmod>2024-11-11</lastmod>
<priority>0.5</priority>
<changefreq>monthly</changefreq>
</url>
</urlset>

0 comments on commit 46a143c

Please sign in to comment.