<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gslimoelite.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/services</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/fleet</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/airports</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/get-a-quote</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://gslimoelite.com/policies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
</write_to_file>

<write_to_file>
<path>public/manifest.json</path>
<content>{
  "short_name": "GS Limo Elite",
  "name": "GS Limo Elite – Luxury Transportation NJ, PA & NY",
  "description": "24/7 black car & SUV service across NJ, PA & NY. Airport transfers to PHL, EWR & JFK, corporate travel, and special events.",
  "icons": [
    {
      "src": "/images/gs-limo-elite-logo-dark.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/gs-limo-elite-logo-dark.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0a0b0c",
  "background_color": "#0a0b0c"
}
</write_to_file>

<replace_in_file>
<path>tsconfig.json</path>
<diff>
------- SEARCH
    "jsx": "react-jsx",
    "ignoreDeprecations": "6.0"
=======
    "jsx": "react-jsx"
+++++++ REPLACE
</diff>
</replace_in_file>

<task_progress>
- [x] Explore project structure and understand current codebase
- [x] Read all source files (App, pages, components, hooks)
- [x] Read public files (index.html, .htaccess, images)
- [ ] Implement SEO changes (SSR/prerendering, robots.txt, sitemap, meta tags, schema)
- [ ] Add website content (homepage, about, services, fleet, contact)
- [ ] Add fleet vehicle photos with alt text
- [ ] Optimize code and fix issues
- [ ] Run PageSpeed Insights check
- [ ] Verify all changes
</task_progress>