User-agent: * # Allow all crawlers access to the main content Allow: / # Disallow sensitive or unnecessary paths Disallow: /_next/ Disallow: /api/ Disallow: /.well-known/ Disallow: /admin/ Disallow: /private/ Disallow: /temp/ # Disallow specific file types that shouldn't be indexed Disallow: /*.json$ Disallow: /*.xml$ Disallow: /*.txt$ Disallow: /*.log$ # Allow CSS and JS files for proper rendering Allow: /_next/static/ Allow: /css/ Allow: /js/ Allow: /images/ Allow: /fonts/ # Specific rules for common search engines User-agent: Googlebot Allow: / Disallow: /_next/ Disallow: /api/ User-agent: Bingbot Allow: / Disallow: /_next/ Disallow: /api/ # Block aggressive crawlers or scrapers User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # Crawl delay to be respectful to server resources Crawl-delay: 1 # Sitemap location Sitemap: https://ascentic.se/sitemap.xml