<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Main pages -->
  <url>
    <loc>https://textileudyog.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://textileudyog.com/landing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://textileudyog.com/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://textileudyog.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Note: This is a basic sitemap. For dynamic content like firms, products, and services,
       implement a dynamic sitemap generator endpoint (e.g., /api/sitemap or SitemapController)
       that creates the sitemap from the database with current lastmod dates.
       
       Example dynamic URLs that should be added:
       - /firm/{category}/{place}/{name}/{id}
       - /product/{id}
       - /service/{id}
       - /ads
       - /rate-trends/yarn
       - /rate-trends/grey
       
       Recommended Implementation:
       1. Create a SitemapController with [Route("sitemap.xml")] endpoint
       2. Query database for all active firms, products, services
       3. Generate XML with current modification dates
       4. Set appropriate caching headers (e.g., Cache-Control: max-age=3600)
       5. Update this static file only as a fallback
  -->
</urlset>
