if ((find = History.findOne({ url: url }))) {
      History.update(find._id, { $set: { timestamp: moment().unix() } });
    } else {
      History.insert({
        name: title,