Response.prototype.robots = function() {
      return this._robots != null ? this._robots : this._robots = this._extract_robots();
    };