Skip to content

Commit

Permalink
fixed homepage and added sitemap demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anandha-Vihari committed Oct 6, 2024
1 parent ed589a1 commit 28bf467
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap-image/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap-image/1.1
http://www.sitemaps.org/schemas/sitemap-image/1.1/sitemap-image.xsd">

<url>
<loc>https://www.website.com/</loc>
<lastmod>2024-10-06</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.website.com/about</loc>
<lastmod>2024-10-06</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.website.com/contact</loc>
<lastmod>2024-10-06</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Add more URLs as needed -->
</urlset>

0 comments on commit 28bf467

Please sign in to comment.