# =========================== # Global rules (apply to all bots) # =========================== User-agent: * Disallow: /_next/data/ # =========================== # Major Search Engines (good bots) # =========================== # Googlebot (Google ignores Crawl-delay → control in Search Console) User-agent: Googlebot Disallow: /_next/data/ # Bingbot (respects Crawl-delay) User-agent: bingbot Crawl-delay: 5 Disallow: /_next/data/ # Yahoo Slurp (uses Bing’s indexer) User-agent: Slurp Crawl-delay: 5 Disallow: /_next/data/ # DuckDuckBot User-agent: DuckDuckBot Crawl-delay: 5 Disallow: /_next/data/ # Baiduspider User-agent: Baiduspider Crawl-delay: 5 Disallow: /_next/data/ # YandexBot User-agent: Yandex Crawl-delay: 5 Disallow: /_next/data/ # GPTBot (OpenAI crawler) User-agent: GPTBot Crawl-delay: 5 Disallow: /_next/data/ Sitemap: https://gomuraw.com/sitemap.xml