Files
cv-site/static/sitemap.xml
T
juanatsap e9d650d152 fix: update domain from morenoyrubio.com to morenorub.io
Updated personal website domain across all configuration files:
- Changed website URL in CV data (English and Spanish)
- Updated robots.txt domain reference and sitemap location
- Updated all sitemap.xml URLs (English, Spanish, default, health check)
- Removed obsolete test files (styling comparison, shortcuts button report)

Domain change: morenoyrubio.com → morenorub.io
2025-11-17 13:40:05 +00:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<!-- English Version -->
<url>
<loc>https://juan.andres.morenorub.io/?lang=en</loc>
<lastmod>2024-10-18</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="es" href="https://juan.andres.morenorub.io/?lang=es"/>
<xhtml:link rel="alternate" hreflang="en" href="https://juan.andres.morenorub.io/?lang=en"/>
</url>
<!-- Spanish Version -->
<url>
<loc>https://juan.andres.morenorub.io/?lang=es</loc>
<lastmod>2024-10-18</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="es" href="https://juan.andres.morenorub.io/?lang=es"/>
<xhtml:link rel="alternate" hreflang="en" href="https://juan.andres.morenorub.io/?lang=en"/>
</url>
<!-- Default (redirects to English) -->
<url>
<loc>https://juan.andres.morenorub.io/</loc>
<lastmod>2024-10-18</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<!-- Health Check Endpoint -->
<url>
<loc>https://juan.andres.morenorub.io/health</loc>
<lastmod>2024-10-18</lastmod>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
</urlset>