# robots.txt for https://aristoeyehospital.com/ User-agent: * # Allow everything by default Allow: / # Block admin and private sections Disallow: /admin/ Disallow: /cart/ Disallow: /checkout/ Disallow: /login/ Disallow: /wp-admin/ # Block duplicate/tracking URLs Disallow: /*?utm= Disallow: /*?sessionid= # Allow CSS, JS, and assets (important for rendering) Allow: /*.css$ Allow: /*.js$ Allow: /wp-content/uploads/ # Sitemap location Sitemap: https://aristoeyehospital.com/sitemap.xml