<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://www.employnx.com/</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod> <!-- Reemplaza con la fecha de última modificación o actual -->
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/home</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/busquedatrabajo</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/busquedacandidato</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/blogs</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/contactanos</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://www.employnx.com/login</loc> <!-- Reemplaza con tu dominio real -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    Para rutas dinámicas como /detalletrabajo/:Empleo o /blogs/:Articulo,
    necesitarías generar estas URLs dinámicamente.
    Este sitemap estático sirve como base.
    Ejemplo (si pudieras listarlas):
    <url>
      <loc>https://www.employnx.com/detalletrabajo/nombre-del-trabajo-1</loc>
      <lastmod>2023-10-26</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.6</priority>
    </url>
    <url>
      <loc>https://www.employnx.com/blogs/titulo-del-articulo-1</loc>
      <lastmod>2023-10-25</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.6</priority>
    </url>
  -->

</urlset>
