diff options
Diffstat (limited to 'robots.txt')
-rw-r--r-- | robots.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 632a2fa81..000000000 --- a/robots.txt +++ /dev/null @@ -1,35 +0,0 @@ -# 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 - - |