# Epitome Real Estate Solutions — robots.txt # Indexing decisions are made per-page via tags. # robots.txt only blocks paths that must never be crawled (admin, portals, APIs). User-agent: * Allow: / # Private / authenticated / operational paths — never crawl Disallow: /admin Disallow: /admin-dashboard Disallow: /admin/ Disallow: /api/ Disallow: /api/admin Disallow: /api/debug Disallow: /internal Disallow: /debug Disallow: /user-portal Disallow: /user-profile Disallow: /seller-portal Disallow: /success-portal Disallow: /agent-portal Disallow: /partner-portal Disallow: /partner-portal/ Disallow: /auth/ Disallow: /reset-password Disallow: /change-password Disallow: /email-preferences Disallow: /showings/ Disallow: /showing-access/ Disallow: /showing-feedback/ Disallow: /survey-thank-you Disallow: /funding-request-response Disallow: /p/ # Development artifacts Disallow: /.env Disallow: /extension Disallow: /chrome Disallow: /*.crx Disallow: /*.zip # Explicit allow for AI search crawlers (each also respects the Disallow list above) User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: CCBot Allow: / Sitemap: https://epitomeresolutions.com/sitemap.xml Sitemap: https://epitomeresolutions.com/sitemap-images.xml