# robots.txt for Next.js application User-agent: * # Allow all crawling by default Allow: / # Disallow specific paths from WordPress migration Disallow: /calendar/action* Disallow: /events/action* Disallow: /*? Disallow: /preview* # Disallow Next.js specific paths Disallow: /_next/ Disallow: /api/ Disallow: /*.json$ # Set crawl delay Crawl-delay: 3 # Sitemap location Sitemap: https://www.evojets.com/sitemap_index.xml