Schema:MetaTags

From WikiV

{

   "type": "object",
   "properties": {
       "metaDescription": {
           "type": "string",
           "inputType": "text",
           "label": "Meta Description"
       },
       "metaKeywords": {
           "type": "string",
           "inputType": "text",
           "label": "Meta Keywords"
       }
   }

}