#################################### # # robots.txt for this website # # addresses all robots by using wildcards # # list folders robots are not allowed to index User-agent: * Disallow: /_css/ Disallow: /_images/ Disallow: /_buttons/ Disallow: /cursussen/ Disallow: /cursisten/ Disallow: /docenten/ Disallow: /foto/ Disallow: /inschrijvingen/ Disallow: /database/ Disallow: /test/ Disallow: /werkgroepleden/ Disallow: /video/ # list specific files robots are not allowed to index # # end of file # ####################################