Schema:MetaTags

From WikiV
Revision as of 03:02, 5 November 2024 by Joe Bloggs (talk | contribs) (Created page with "{ "type": "object", "properties": { "metaDescription": { "type": "string", "inputType": "text", "label": "Meta Description" }, "metaKeywords": { "type": "string", "inputType": "text", "label": "Meta Keywords" } } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{

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

}