# Global rules User-agent: * Allow: / Disallow: /private/ Disallow: /api/ Disallow: /_next/ Disallow: /static/ # Allow crawling of static assets Allow: /static/images/ Allow: /ios/ Allow: /*.js$ Allow: /*.css$ # Specific rules for Google User-agent: Googlebot Allow: / Disallow: /private/ Disallow: /api/ # Specific rules for Google Images User-agent: Googlebot-Image Allow: /static/images/ Allow: /ios/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.png$ Allow: /*.webp$ # Crawl delay to prevent server overload Crawl-delay: 10 # Sitemaps Sitemap: https://absegy.com/sitemap.xml