Skip to content

Commit

Permalink
Fixed sitemap with priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith committed Dec 6, 2024
1 parent 43deea7 commit 5cc467f
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 5cc467f

Please sign in to comment.