Project

roboto

0.06
No commit activity in last 3 years
No release in over 3 years
A Rails Engine to help with robots.txt
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.2
 Project Readme

Roboto

Build Status

Roboto is a Rails Engine that gives you the ability to specify enviornment specific robots in your Rails 4.2+ application.

Don't let crawlers access your staging environment. This is bad for SEO.

Installing

You can add it to your Gemfile with:

gem 'roboto'

After you need to run the generator:

#>  rails generate roboto:install

If you already have robots.txt, it will be kept for your production environment in config/robots/production.txt

You can now specify environment specific robots.txt files in config/robots/. By default crawlers are disallow from accessing your site has been made for all your environments.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request