RequestManager.prototype._robots = function(value) {
      if (value != null) {
        $(document).trigger('page:robots', decodeURI(value));
        return $('meta[name="robots"]').attr('content', decodeURI(value));
      }