Files
juanatsap 08b39653ba fix: SEO — prevent Google from indexing /text instead of main page
- Add X-Robots-Tag: noindex, nofollow header to /text endpoint
- Add Link: canonical header pointing to HTML version
- Add Disallow: /text to robots.txt
- Update sitemap.xml lastmod to 2026-04-09
2026-04-09 12:24:06 +01: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>2026-04-09</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>2026-04-09</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>2026-04-09</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<!-- Health Check Endpoint -->
<url>
<loc>https://juan.andres.morenorub.io/health</loc>
<lastmod>2026-04-09</lastmod>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
</urlset>