# Allow crawling for main domain (aavegotchi.com) User-agent: * Allow: / # Disallow specific paths for all crawlers Disallow: /api/ Disallow: /admin/ # Specific rules for Googlebot (optional, inherits from * if not specified) User-agent: Googlebot Allow: / # Explicitly allow all for Googlebot # Disallow specific paths for Googlebot Disallow: /api/ Disallow: /admin/ # Sitemap location for main domain Sitemap: https://www.aavegotchi.com/sitemap.xml