<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://longozstudio.com/index.html</loc>
    <lastmod>2026-02-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://longozstudio.com/perfumes.html</loc>
    <lastmod>2026-02-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://longozstudio.com/tattoo.html</loc>
    <lastmod>2026-02-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://longozstudio.com/clothing.html</loc>
    <lastmod>2026-02-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
```

**File: `robots.txt`** (save as plain text)
```
User-agent: *
Allow: /

Sitemap: https://longozstudio.com/sitemap.xml
```

### 2. **Upload them to your server:**

Upload these files to the **root directory** where your `index.html` is located:
```
your-site/
├── index.html
├── perfumes.html
├── tattoo.html
├── clothing.html
├── sitemap.xml          ← Add this
├── robots.txt           ← Add this
└── favicons/