# robots.txt for selfstays.com # Self-Checkin Technology for Hotels in Thailand User-agent: * Allow: / # Prevent crawlers from indexing future app, admin, or staging endpoints Disallow: /admin/ Disallow: /api/ Disallow: /config/ Disallow: /staging/ # Explicitly allow AI bots to crawl your coming-soon context (complements your llms.txt) User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / User-agent: Google-Extended Allow: / # Sitemap placeholder (deploy this URL once your site goes live) Sitemap: https://selfstays.com/sitemap.xml