# ReWealth Real Estate Platform - Robots.txt Configuration # Generated: 2025-12-02T10:48:45.440Z # Contact: hello@rewealth.in # Allow all crawlers to access the site User-agent: * Allow: / # Block access to authentication and admin areas Disallow: /auth/ Disallow: /cms/ # Block access to temporary and cache files Disallow: /*.json$ Disallow: /temp/ Disallow: /_next/ # Rate limiting for crawlers to prevent server overload Crawl-delay: 1 # Specific rules for major search engines User-agent: Googlebot Allow: / Disallow: /auth/ Disallow: /cms/ Disallow: /admin/ User-agent: Bingbot Allow: / Disallow: /auth/ Disallow: /cms/ Disallow: /admin/ # Block aggressive SEO crawlers that may impact performance User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / # Static pages sitemap Sitemap: https://rewealth.in/sitemap.xml # Dynamic blog content sitemap Sitemap: https://files.rewealth.in/sitemaps/prod_org_id_rw/sitemap.xml?v=1764672525440 # Host directive for canonical domain Host: https://rewealth.in