Skip to content

Instantly share code, notes, and snippets.

@amichal
Created April 17, 2014 20:42
Show Gist options
  • Save amichal/11010386 to your computer and use it in GitHub Desktop.
Save amichal/11010386 to your computer and use it in GitHub Desktop.
before_filter do
if request.user_agent =~ /bingbot/
render :status => 503, :text=>'Too busy to server spiders now'
return false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment