Skip to content

Instantly share code, notes, and snippets.

@slouma2000
Created November 9, 2013 08:33
Show Gist options
  • Save slouma2000/7383145 to your computer and use it in GitHub Desktop.
Save slouma2000/7383145 to your computer and use it in GitHub Desktop.
#-----------------------
# robots.txt
#-----------------------
user-agent: *
disallow: /img/
disallow: /css/
disallow: /js/
disallow: /integ/
disallow: /captcha/
disallow: /admin/
#-----------------------
# This is for codeigniter
#-----------------------
disallow: /system/
disallow: /application/confiq/
disallow: /application/controllers/
disallow: /application/errors/
disallow: /application/helpers/
disallow: /application/hooks/
disallow: /application/models/
disallow: /application/libraries/
disallow: /application/language/
#-----------------------
# This is for Google Image
#-----------------------
User-agent: Googlebot-Image
disallow:
Allow: /*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment