<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://guruvedicastro.online/</loc>
    <lastmod>2026-03-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
```
<<<<<<< HEAD

4. Click **File → Save As**

5. In the Save dialog:
   - Navigate to `Desktop → GuruvedicastroFinal → frontend`
   - Change **Save as type** to **All Files (*.*)**
   - Type the filename as `sitemap.xml`
   - Click Save

6. Push:
```
git add . && git commit -m "Fix sitemap.xml" && git push
=======
5. Click **Commit changes**

**For robots.txt:** same process — create new file, name it `robots.txt`, paste:
```
User-agent: *
Allow: /
Disallow: /api/
Sitemap: https://guruvedicastro.online/sitemap.xml
>>>>>>> ef12ac6bff6a491f0a6d96948acca27cd43ad64e
