# If the Joomla site is installed within a folder # eg www.example.com/joomla/ then the robots.txt file # MUST be moved to the site root # eg www.example.com/robots.txt # AND the joomla folder name MUST be prefixed to all of the # paths. # eg the Disallow rule for the /administrator/ folder MUST # be changed to read # Disallow: /joomla/administrator/ # # For more information about the robots.txt standard, see: # https://www.robotstxt.org/orig.html User-agent: * Allow: /*.js* Allow: /*.css* Allow: /*.png* Allow: /*.jpg* Allow: /*.gif* Allow: /cache/*.js Allow: /cache/*.css Allow: /components/*.js Allow: /components/*.css Allow: /modules/*.js Allow: /modules/*.css Allow: /plugins/*.js Allow: /plugins/*.css Allow: /templates/*.js Allow: /templates/*.css Disallow: /administrator/ Disallow: /bin/ Disallow: /cache/ Disallow: /cli/ Disallow: /components/ Disallow: /includes/ Disallow: /installation/ Disallow: /language/ Disallow: /layouts/ Disallow: /libraries/ Disallow: /logs/ Disallow: /modules/ Disallow: /plugins/ Disallow: /tmp/ Disallow: /index.php/* Allow: /plugins/content/rc_gallery/rc_shadowbox/jquery.mobile.custom.min.js Allow: /modules/mod_j2products/tmpl/Default/assets/mod_j2products.js Allow: /plugins/content/rc_gallery/assets/js/rc_gallery.min.js Allow: /plugins/j2store/app_flexivariable/app_flexivariable/js/flexivariable.js Allow: /plugins/content/rc_gallery/rc_shadowbox/rc_shadowbox.min.js Allow: /plugins/content/rc_gallery/assets/js/rc_gallery_layout.min.js