# #---- robots.txt # # #---- for all robots ... # User-agent: * # #---- disallow access to some specific directories # Disallow: /alex/ Disallow: /bin/ #--- Disallow: /blog/ Disallow: /cgi-bin/ Disallow: /config/ Disallow: /docs/ Disallow: /extensions/ Disallow: /images/ Disallow: /includes/ Disallow: /languages/ Disallow: /locale/ Disallow: /maintenance/ Disallow: /math/ Disallow: /mjx/ Disallow: /mj/ Disallow: /serialized/ Disallow: /skins/ Disallow: /t/ # #---- disallow access to some specific files # Disallow: /AdminSettings.sample Disallow: /bike/bike_progress.xml Disallow: /error_log Disallow: /index.wml Disallow: /kirby.html Disallow: /LocalSettings.php Disallow: /Makefile Disallow: /redirect.phtml Disallow: /wiki.phtml # #---- point to sitemap file # Sitemap: http://www.lkjh.biz/sitemap.xml.gz #-------------------------------------------------------------