############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /assets/ Disallow: /images/ Disallow: /includes/ Disallow: /raw/ Disallow: /Scripts/ Disallow: /whois/ # # list specific files robots are not allowed to index # Disallow: /index0.html Disallow: /contact.php Disallow: /payment_info.php Disallow: /order.php Disallow: /thank-you.html # # End of robots.txt file # ###############################