# robots.txt for PRSUPAPERS.in # Allow all user agents to access the site, except the Admin panel User-agent: * Disallow: /Admin-Panel/ # Disallow access to sensitive PHP scripts and configurations Disallow: /php/ Disallow: /Admin-Panel/PHP/ Disallow: /Admin-Panel/config.php Disallow: /Admin-Panel/db_connection.php Disallow: /Admin-Panel/verify.php Disallow: /php_error_log.log # Block access to the Admin Panel assets (CSS, JS, and images) Disallow: /Admin-Panel/CSS/ Disallow: /Admin-Panel/js/ Disallow: /Admin-Panel/img/ # Block access to specific folders like fonts or database files # Disallow: /fonts/ # Sitemap location Sitemap: https://prsupapers.in/sitemap.xml