# If the Joomla site is installed within a folder such as at # e.g. www.example.com/joomla/ the robots.txt file MUST be # moved to the site root at e.g. www.example.com/robots.txt # AND the joomla folder name MUST be prefixed to the disallowed # path, e.g. the Disallow rule for the /administrator/ folder # MUST be changed to read Disallow: /joomla/administrator/ # # For more information about the robots.txt standard, see: # http://www.robotstxt.org/orig.html # # For syntax checking, see: # http://tool.motoricerca.info/robots-checker.phtml User-agent: * Disallow: /administrator/ Disallow: /bin/ Disallow: /cli/ Disallow: /includes/ Disallow: /installation/ Disallow: /language/ Disallow: /layouts/ Disallow: /libraries/ Disallow: /logs/ Disallow: /tmp/ Sitemap: http://www.garstud.com/sitemap.xml # ------------- CACHE -------------- # specifique pour le cache de mon template Allow: /cache/template/*.js$ Allow: /cache/template/*.css$ Disallow: /cache/ # ------------- COMPOSANTS -------------- # specifique pour un de mes composants Allow: /components/*/librairies/jquery/js/*/*.js$ Allow: /components/*/librairies/jquery/css/*/*.css$ Allow: /components/*/librairies/phpthumb/phpThumb.php?src=* Allow: /components/*/librairies/select2/*.css$ Allow: /components/*/librairies/select2/*.js$ # generique pour tous les composants Allow: /components/*/assets/css/*.css$ Allow: /components/*/assets/js/*.js$ Disallow: /components/ # ------------- MODULES -------------- # specifique pour un de mes modules Allow: /modules/*/tmpl_common/*.css$ Allow: /modules/*/tmpl/news/ Disallow: /modules/ # ------------- PLUGINS -------------- # specifique pour un de mes plugins Allow: /plugins/system/*/assets2/ Disallow: /plugins/ # ------------- TEMPLATES -------------- # specifique pour mon template Allow: /templates/*/fonts/ Allow: /templates/*/*/*/*.js$ Disallow: /templates/