Backend: - Add Swagger annotations to all job handlers (GET, POST, PUT, DELETE) - Clean up job handler code Frontend: - Expand api.ts with ApiJob types, pagination, and transform function - Update footer with 'Vagas por Tecnologia' SEO links - Add robots.txt with crawler directives - Add sitemap.xml with main pages and job URLs - Change branding to GoHorse Jobs
82 lines
2.2 KiB
XML
82 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<!-- Main Pages -->
|
|
<url>
|
|
<loc>https://gohorsejobs.com/</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.9</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/sobre</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/contato</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
|
|
<!-- Vagas por Tecnologia -->
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?tech=python</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?tech=react</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?tech=nodejs</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?tech=dados</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
|
|
<!-- Vagas por Tipo -->
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?type=remoto</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/vagas?type=full-time</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
|
|
<!-- Legal -->
|
|
<url>
|
|
<loc>https://gohorsejobs.com/privacidade</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>yearly</changefreq>
|
|
<priority>0.3</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://gohorsejobs.com/termos</loc>
|
|
<lastmod>2025-12-14</lastmod>
|
|
<changefreq>yearly</changefreq>
|
|
<priority>0.3</priority>
|
|
</url>
|
|
</urlset>
|