<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://longvisions.com/</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
```

Click **Commit changes** → **Commit directly to main** → confirm.

---

**File 2 — robots.txt**

Click **Add file** → **Create new file** again

Name the file: `robots.txt`

Paste this content:
```
User-agent: *
Allow: /
Sitemap: https://longvisions.com/sitemap.xml
