# Robots.txt for ILM Student Halls # Website: https://ilm-studenthalls.com User-agent: * Allow: / # Sitemap locations (Astro multi-sitemap index and direct sitemap) Sitemap: https://ilm-studenthalls.com/sitemap-index.xml Sitemap: https://ilm-studenthalls.com/sitemap.xml # Disallow private transaction pages (both .html and clean-URL forms) Disallow: /booking-success.html Disallow: /booking-success Disallow: /booking-error.html Disallow: /booking-error Disallow: /whatsapp # Crawl delay (be nice to servers) Crawl-delay: 1 # Allow CSS, JS, and images Allow: /*.css Allow: /*.js Allow: /*.jpg Allow: /*.jpeg Allow: /*.png Allow: /*.gif Allow: /*.svg Allow: /*.ico Allow: /*.webp # Disallow temporary / backup files Disallow: /*.tmp Disallow: /*.log Disallow: /*.bak