module Browser::Bots

def search_engine?

def search_engine?
  SEARCH_ENGINES.any? {|key, _| ua.include?(key) }
end