# Grand Hyatt Waterpark Robots.txt # Allow all crawlers to index the site User-agent: * Allow: / Disallow: /admin/ Disallow: /.git/ Disallow: /node_modules/ Disallow: /src/ Disallow: /dist/ Disallow: /*.json Disallow: /*.map # Allow specific crawlers with no restrictions User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: DuckDuckGo Allow: / # Slow down aggressive crawlers User-agent: AhrefsBot Crawl-delay: 10 Request-rate: 1/10s User-agent: SemrushBot Crawl-delay: 10 Request-rate: 1/10s # Block bad bots User-agent: MJ12bot Disallow: / User-agent: AhrefsBot Disallow: / # Sitemap location Sitemap: https://grand-hyatt-waterpark.vercel.app/sitemap.xml Sitemap: /sitemap.xml # Cache control Cache-Control: public, max-age=86400