e9d650d152
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
37 lines
609 B
Plaintext
37 lines
609 B
Plaintext
# robots.txt for juan.andres.morenorub.io
|
|
|
|
# Allow all search engines
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Disallow admin/internal paths (if any in future)
|
|
Disallow: /admin/
|
|
Disallow: /api/internal/
|
|
Disallow: /.git/
|
|
Disallow: /.env
|
|
|
|
# Sitemap location
|
|
Sitemap: https://juan.andres.morenorub.io/static/sitemap.xml
|
|
|
|
# Crawl-delay (optional, helps prevent server overload)
|
|
# Crawl-delay: 1
|
|
|
|
# Allow specific search engines (explicit)
|
|
User-agent: Googlebot
|
|
Allow: /
|
|
|
|
User-agent: Bingbot
|
|
Allow: /
|
|
|
|
User-agent: Slurp
|
|
Allow: /
|
|
|
|
User-agent: DuckDuckBot
|
|
Allow: /
|
|
|
|
User-agent: Baiduspider
|
|
Allow: /
|
|
|
|
User-agent: YandexBot
|
|
Allow: /
|