############################### # # GATS robot.txt # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /clients Disallow: /blog # # list specific files robots are not allowed to index # Disallow: /?cat=3 Disallow: /?cat=12 Disallow: /?cat=20 # # End of robots.txt file # ###############################