############################### # # robots.txt file by George Vasiliadis # # By using the * you are addressing ALL # robots. If you wish to address # individual robots you need to list # each robot separately with an # individual User-agent: statement. # They must be listed by their specific # name or IP Address, along with a # separate Disallow: / statement listing # the folders and files you DO NOT want # the specified robot to index. # User-agent: * # # Folders robots are not allowed to # index. Warning: Disallow: / used # without any folder name tells the # robot do not index ANY page of the # website. ALL Files and folders in # the directory named in the Disallow: / # statement as well as all of those # under it will NOT be indexed by robots. # Disallow: /AboutMe/ Disallow: /Contact/ Disallow: /DemoReel/ Disallow: /Gallery/ Disallow: /Goodies/ Disallow: /images/ Disallow: /Links/ Disallow: /Resume/ # # Specific files robots are not allowed to index # Disallow: /base.html Disallow: /favicon.ico # # End of robots.txt file # ###############################