<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://linkq.dev/</loc>
    <lastmod>2024-12-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Demo page -->
  <url>
    <loc>https://linkq.dev/demo</loc>
    <lastmod>2024-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Auth pages (no-index but included for completeness) -->
  <url>
    <loc>https://linkq.dev/auth/sign-up</loc>
    <lastmod>2024-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://linkq.dev/auth/login</loc>
    <lastmod>2024-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- User profiles are dynamically generated - example format -->
  <!-- Replace [username] with actual usernames in production via dynamic sitemap generation -->
  <!-- Example:
  <url>
    <loc>https://linkq.dev/[username]</loc>
    <lastmod>2024-12-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  -->
</urlset>
