# Relevant Reflex Panel Management System # Robots.txt file for search engine optimization User-agent: * # Allow access to main pages Allow: / Allow: /index.php Allow: /users.php Allow: /panel.php Allow: /supply.php Allow: /demand.php Allow: /finance.php Allow: /support.php Allow: /settings.php # Allow access to static assets Allow: /assets/css/ Allow: /assets/js/ Allow: /assets/images/ # Disallow sensitive files and directories Disallow: /config.php Disallow: /database_schema.sql Disallow: /.htaccess Disallow: /includes/ Disallow: /logs/ Disallow: /backups/ Disallow: /temp/ Disallow: /cache/ Disallow: /admin/ Disallow: /api/ Disallow: /private/ # Disallow URL parameters that might create duplicate content Disallow: /*?* Disallow: /*&* Disallow: /*/search?* Disallow: /*/filter?* # Disallow error pages Disallow: /error-* Disallow: /404.html Disallow: /500.html Disallow: /maintenance.html # Block access to development and testing files Disallow: /test/ Disallow: /dev/ Disallow: /staging/ Disallow: /*.bak Disallow: /*.tmp Disallow: /*.log # Block common exploits and security probes Disallow: /wp-admin/ Disallow: /wordpress/ Disallow: /wp-content/ Disallow: /admin.php Disallow: /administrator/ Disallow: /phpmyadmin/ Disallow: /phpMyAdmin/ # Block unwanted file types Disallow: /*.sql$ Disallow: /*.zip$ Disallow: /*.tar.gz$ Disallow: /*.bak$ Disallow: /*.conf$ Disallow: /*.ini$ # Sitemap location Sitemap: https://yourdomain.com/sitemap.xml # Crawl delay for respectful crawling (optional) # Crawl-delay: 1 # Specific rules for different bots (optional) # Google Bot - allow everything we want indexed User-agent: Googlebot Allow: / Disallow: /config.php Disallow: /includes/ Disallow: /*?* # Bing Bot User-agent: Bingbot Allow: / Disallow: /config.php Disallow: /includes/ # Block aggressive bots that might overload the server User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: SemrushBot Disallow: / User-agent: DotBot Disallow: / # Allow social media bots for link previews User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / # Note: Update "yourdomain.com" with your actual domain name