diff options
Diffstat (limited to 'robots.txt')
-rw-r--r-- | robots.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt new file mode 100644 index 000000000..632a2fa81 --- /dev/null +++ b/robots.txt @@ -0,0 +1,35 @@ +# 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: /.git/ +Disallow: /store/ +Disallow: /addon/ +Disallow: /include/ +Disallow: /view/ +Disallow: /vendor/ +Disallow: /util/ +Disallow: /tests/ +Disallow: /mod/ +Disallow: /library/ +Disallow: /install/ +Disallow: /images/ +Disallow: /doc/ +Disallow: /assets/ +Disallow: /app/ + +#Begin Attracta SEO Tools Sitemap. Do not remove +sitemap: http://cdn.attracta.com/sitemap/3798343.xml.gz +#End Attracta SEO Tools Sitemap. Do not remove + + |