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
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
# robots.txt for juan.andres.morenoyrubio.com
|
||||
# robots.txt for juan.andres.morenorub.io
|
||||
|
||||
# Allow all search engines
|
||||
User-agent: *
|
||||
@@ -11,7 +11,7 @@ Disallow: /.git/
|
||||
Disallow: /.env
|
||||
|
||||
# Sitemap location
|
||||
Sitemap: https://juan.andres.morenoyrubio.com/static/sitemap.xml
|
||||
Sitemap: https://juan.andres.morenorub.io/static/sitemap.xml
|
||||
|
||||
# Crawl-delay (optional, helps prevent server overload)
|
||||
# Crawl-delay: 1
|
||||
|
||||
+8
-8
@@ -4,27 +4,27 @@
|
||||
|
||||
<!-- English Version -->
|
||||
<url>
|
||||
<loc>https://juan.andres.morenoyrubio.com/?lang=en</loc>
|
||||
<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.morenoyrubio.com/?lang=es"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://juan.andres.morenoyrubio.com/?lang=en"/>
|
||||
<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.morenoyrubio.com/?lang=es</loc>
|
||||
<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.morenoyrubio.com/?lang=es"/>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://juan.andres.morenoyrubio.com/?lang=en"/>
|
||||
<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.morenoyrubio.com/</loc>
|
||||
<loc>https://juan.andres.morenorub.io/</loc>
|
||||
<lastmod>2024-10-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
<!-- Health Check Endpoint -->
|
||||
<url>
|
||||
<loc>https://juan.andres.morenoyrubio.com/health</loc>
|
||||
<loc>https://juan.andres.morenorub.io/health</loc>
|
||||
<lastmod>2024-10-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
||||
Reference in New Issue
Block a user