# Locovery Robots.txt # https://locovery.com/robots.txt User-agent: * Allow: / Disallow: /api/ Disallow: /admin/ Disallow: /settings/ Disallow: /auth/ Disallow: /_next/ Disallow: /static/ # Allow category listing pages for all crawlers Allow: /marketplace/ Allow: /community/ Allow: /experience/ # Crawl-delay for all bots (optional) Crawl-delay: 1 # OpenAI crawlers - allow for discovery/citations User-agent: OAI-SearchBot Allow: / User-agent: GPTBot Allow: / # Perplexity crawlers - allow for discovery User-agent: PerplexityBot Allow: / # Google AI - allow for Gemini citations User-agent: Google-Extended Allow: / # Anthropic crawlers User-agent: anthropic-ai Allow: / User-agent: ClaudeBot Allow: / # Common search engine bots - allow full access to public content User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / # Sitemap location Sitemap: https://locovery.com/sitemap.xml