# robots.txt for amieinc.com # Allow all crawlers to index the site User-agent: * Allow: / # Disallow crawling of API routes and build artifacts Disallow: /api/ Disallow: /_next/ Disallow: /*.json$ # Disallow crawling of admin or private pages (if any) # Disallow: /admin/ # Allow crawling of images Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Allow crawling of PDF Allow: /*.pdf$ # Sitemap location Sitemap: https://amieinc.com/sitemap.xml # Optional: Crawl-delay (uncomment if needed) # Crawl-delay: 1