add_action( 'init', function() { $robots_content = '# robots.txt - Better Chiropractic (betterchiropractic.com.au) # Last updated: June 2026 User-agent: Googlebot Allow: / User-agent: Google-Extended Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: GPTBot Disallow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: PerplexityBot Allow: / User-agent: Bingbot Allow: / User-agent: msnbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: YandexBot Allow: / User-agent: CCBot Disallow: / User-agent: Bytespider Disallow: / User-agent: cohere-ai Disallow: / User-agent: FacebookBot Disallow: / User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-login.php Disallow: /wp-register.php Disallow: /?s= Disallow: /search/ Disallow: /tag/ Disallow: /author/ Allow: /wp-admin/admin-ajax.php Sitemap: https://betterchiropractic.com.au/sitemap_index.xml '; $file = ABSPATH . 'robots.txt'; file_put_contents( $file, $robots_content ); }, 999 );