# IonCureX - Robots.txt Configuration # Search Engine Crawling Instructions User-agent: * Allow: / # Allow all major search engines to crawl the site User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Disallow sensitive directories and files Disallow: /config/ Disallow: /classes/ Disallow: /includes/ Disallow: /templates/ Disallow: /logs/ Disallow: /vendor/ Disallow: /admin/ Disallow: /api/ # Disallow duplicate content and development files Disallow: /*.log$ Disallow: /*.tmp$ Disallow: /*.bak$ Disallow: /*.backup$ Disallow: /maintenance.html # Disallow payment processing pages from indexing Disallow: /buy-ticket.php Disallow: /payment-success.php Disallow: /payment-failed.php Disallow: /registration.php Disallow: /webhook-handler.php # Allow sitemap Sitemap: https://ioncurex.com/sitemap.xml # Crawl delay for respectful crawling Crawl-delay: 1 # Host directive (uncomment when domain is live) # Host: https://ioncurex.com