############################### # # 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: /css/ Disallow: /images/ Disallow: /html-templates/ Disallow: /includes/ Disallow: /dev/ Disallow: /js/ Disallow: /suspended.page/ Disallow: /cgi-bin/ Disallow: /data/ # # list specific files robots are not allowed to index # Disallow: /mm_menu.js Disallow: /topnavmenu.js # # End of robots.txt file # ###############################