# Robots.txt para EcuadorTranslate # Servicios de Traducción Profesional en Ecuador User-agent: * Allow: / # Sitemap location Sitemap: https://www.ecuadortranslate.com/sitemap.xml # Crawl delay (optional - helps prevent server overload) Crawl-delay: 1 # Allow all search engines to index our main content Allow: / Allow: /about Allow: /services Allow: /blog Allow: /contact # Allow indexing of important service pages Allow: /services/traduccion-comercial Allow: /services/traduccion-legal Allow: /services/traduccion-medica Allow: /services/interpretacion # Allow blog posts Allow: /blog/* # Disallow admin or private areas (if any exist in the future) Disallow: /admin/ Disallow: /private/ Disallow: /temp/ Disallow: /*.pdf$ # Allow common assets Allow: /css/ Allow: /js/ Allow: /images/ Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg Allow: /*.gif Allow: /*.svg # Special instructions for specific bots User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Yandex Allow: / # Block aggressive crawlers if needed (uncomment if experiencing issues) # User-agent: BadBot # Disallow: / # Cache directive for better performance Cache-Control: public, max-age=3600