seo.json 1.03 KB
{
  "collectionName": "components_shared_seos",
  "info": {
    "displayName": "seo",
    "icon": "search",
    "description": ""
  },
  "options": {},
  "attributes": {
    "metaTitle": {
      "required": true,
      "type": "string",
      "maxLength": 200,
      "default": "IBA"
    },
    "metaDescription": {
      "type": "string",
      "required": false,
      "maxLength": 250,
      "minLength": 50
    },
    "metaImage": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images"
      ]
    },
    "metaSocial": {
      "type": "component",
      "repeatable": true,
      "component": "shared.meta-social"
    },
    "keywords": {
      "type": "text",
      "regex": "[^,]+"
    },
    "metaRobots": {
      "type": "string",
      "regex": "[^,]+"
    },
    "metaViewport": {
      "type": "string"
    },
    "canonicalURL": {
      "type": "string"
    },
    "schema": {
      "type": "component",
      "repeatable": true,
      "component": "shared.page-schema"
    }
  }
}