diff --git a/models/Story.js b/models/Story.js index 59a455b63d..072a9dc3b5 100644 --- a/models/Story.js +++ b/models/Story.js @@ -14,6 +14,11 @@ var storySchema = new mongoose.Schema({ type: String, unique: false }, + metaDescription: { + type: String, + default: '', + unique: false + }, description: { type: String, unique: false